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:44:09 UTC

[airflow-site] branch master updated: Require at least 1 approving reviews for PRs (#305)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0afcd23  Require at least 1 approving reviews for PRs (#305)
0afcd23 is described below

commit 0afcd23dc28dfca6c10bd867c193b06b76e529a6
Author: Xiaodong DENG <xd...@gmail.com>
AuthorDate: Mon Nov 9 18:43:28 2020 +0100

    Require at least 1 approving reviews for PRs (#305)
    
    Copying the setting-up of airflow repo over to airflow-site repo.
    
    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