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

kaxilnaik pushed a commit to branch kaxil-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 15f5796543c66573ee909bc0091ee30c4898296f
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Jun 23 16:05:01 2021 +0100

    Fix Protected Branch
    
    `master` -> `main`
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 832ab79..e774ac0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,7 +31,7 @@ github:
     rebase: false
 
   protected_branches:
-    master:
+    main:
       required_pull_request_reviews:
         required_approving_review_count: 1
 

Reply via email to