This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch protect in repository https://gitbox.apache.org/repos/asf/maven.git
commit f0423e5ff2ef3746a3c5c2cfbee151483dfe66ef Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Mar 5 07:52:16 2023 -0500 protect the master branch to prevent accidental commits --- .asf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 7411fdc8d..6e9312ada 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -12,6 +12,13 @@ github: squash: true merge: false rebase: true + protected_branches: + master: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: true + required_pull_request_reviews: + required_approving_review_count: 1 notifications: commits: [email protected] issues: [email protected]
