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

houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 11b5c25  protect main branch (#12)
11b5c25 is described below

commit 11b5c2528269dc2c8246349af2cc9cdd635a18b5
Author: QP Hou <[email protected]>
AuthorDate: Sat Jul 31 11:14:22 2021 -0700

    protect main branch (#12)
---
 .asf.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2d823e8..d6bdc3b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,4 +37,9 @@ github:
   enabled_merge_buttons:
     squash: true
     merge: false
-    rebase: false
+    rebase: true
+
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1

Reply via email to