You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by la...@apache.org on 2022/07/05 09:37:29 UTC

[incubator-pegasus] branch master updated: chore(github): set more configs in .asf.yaml (#1031)

This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 34370459d chore(github): set more configs in .asf.yaml (#1031)
34370459d is described below

commit 34370459dd0a11f4f79a1f56628dd0aee85b56dc
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Tue Jul 5 17:37:23 2022 +0800

    chore(github): set more configs in .asf.yaml (#1031)
---
 .asf.yaml | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0b33eeb26..dcf35d470 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,8 +42,25 @@ github:
     rebase:  true
   protected_branches:
     master:
-      # squash or rebase must be allowed in the repo for this setting to be set to true.
-      required_linear_history: false
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: false
+        required_approving_review_count: 2
+      required_signatures: true
+      required_linear_history: true
+    ci-test:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: false
+        required_approving_review_count: 2
+      required_signatures: true
+      required_linear_history: true
 
 notifications:
   commits: commits@pegasus.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org