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

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

commit e5fb8267573a2d9520bb6d68b69a6b3a39423589
Author: Ephraim Anierobi <splendidzig...@gmail.com>
AuthorDate: Tue Jan 24 11:38:08 2023 +0100

    Require at least 1 approval before merging to master
    
    I think we should require an approval before merging to master
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 719f3a3..876e38a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,10 @@ github:
     squash: true
     merge: false
     rebase: false
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
 notifications:
   commits:      commits@airflow.apache.org
   issues:       commits@airflow.apache.org

Reply via email to