This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/disable-branch-protection in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 1d8f470aff77805a1da93c0ff27e1dd9b3272c3b Author: Tristan van Berkom <[email protected]> AuthorDate: Sun Jan 3 21:09:56 2021 +0900 .asf.yaml: Unprotecting branches until migration is complete --- .asf.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index d949226..79dc928 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,17 +22,3 @@ github: merge: true # disable rebase button: rebase: false - - # Protected branches, this needs to be updated - # with every releases. - # - protected_branches: - - # FIXME: Lets put sane values here after the migration. - master: - required_status_checks: - strict: true - required_pull_request_reviews: - dismiss_stale_reviews: false - require_code_owner_reviews: false - required_approving_review_count: 0
