This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch unprotect-main-branch in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 7a137fd2c046b04a5edd5a120dca0ea00dc73823 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Jul 17 00:45:37 2022 +0200 Unprotect main branch in aurflow-site We pretty much never are able to review airflow-sites changes anyway and we do not need to protect the branch as we do not release software from it - just produce documentation --- .asf.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index e774ac0538..3acd210fe3 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -30,11 +30,6 @@ github: merge: false rebase: false - protected_branches: - main: - required_pull_request_reviews: - required_approving_review_count: 1 - ghp_branch: gh-pages publish:
