This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4a04319 Fix Protected Branch (#438)
4a04319 is described below
commit 4a04319561da9a4a33dd399ba43c7fa02514a199
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Jun 23 16:15:23 2021 +0100
Fix Protected Branch (#438)
`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