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 04:31:38 UTC

[incubator-pegasus] branch ci-test updated (535b0f5af -> 4cb7099f3)

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

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


    omit 535b0f5af asf.yaml
     new 4cb7099f3 chore(github): set more configs in .asf.yaml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (535b0f5af)
            \
             N -- N -- N   refs/heads/ci-test (4cb7099f3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)


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


[incubator-pegasus] 01/01: chore(github): set more configs in .asf.yaml

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4cb7099f35e6bdd46e35796bf11f161605ed9d21
Author: Yingchun Lai <40...@qq.com>
AuthorDate: Mon Jul 4 22:05:07 2022 +0800

    chore(github): set more configs in .asf.yaml
---
 .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