You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xd...@apache.org on 2020/11/09 17:06:39 UTC

[airflow-site] 01/01: Require at least 1 approving reviews for PRs

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

xddeng pushed a commit to branch require-approval-to-merge
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 39c28c970f4ed9fe178c00e3ec0480428d494ede
Author: Xiaodong DENG <xd...@gmail.com>
AuthorDate: Mon Nov 9 18:06:30 2020 +0100

    Require at least 1 approving reviews for PRs
    
    Copying the setting-up over.
    
    Ref: https://github.com/apache/airflow/pull/12020
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 0219e82..c46af6d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,3 +29,8 @@ github:
     squash: true
     merge:  false
     rebase: false
+
+  protected_branches:
+    master:
+      required_pull_request_reviews:
+        required_approving_review_count: 1