You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/23 15:05:10 UTC

[airflow-site] branch kaxil-patch-1 created (now 15f5796)

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

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


      at 15f5796  Fix Protected Branch

This branch includes the following new commits:

     new 15f5796  Fix Protected Branch

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow-site] 01/01: Fix Protected Branch

Posted by ka...@apache.org.
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 <ka...@gmail.com>
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