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/06 02:52:47 UTC

[incubator-pegasus] branch master updated: chore(github): set required_signatures to false (#1033)

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 9c7ce473b chore(github): set required_signatures to false (#1033)
9c7ce473b is described below

commit 9c7ce473b6797edef35fe35a76a1d50fce6bccc4
Author: Yingchun Lai <la...@apache.org>
AuthorDate: Wed Jul 6 10:52:42 2022 +0800

    chore(github): set required_signatures to false (#1033)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index dcf35d470..a7cd230e4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,7 +49,7 @@ github:
         dismiss_stale_reviews: true
         require_code_owner_reviews: false
         required_approving_review_count: 2
-      required_signatures: true
+      required_signatures: false
       required_linear_history: true
     ci-test:
       required_status_checks:
@@ -59,7 +59,7 @@ github:
         dismiss_stale_reviews: true
         require_code_owner_reviews: false
         required_approving_review_count: 2
-      required_signatures: true
+      required_signatures: false
       required_linear_history: true
 
 notifications:


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