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-dependency-plugin.git
commit 3214c7c13ed1d653bdba1a5c658de25cbc0501ea Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Wed Oct 16 07:56:45 2024 -0400 Protect the master branch to avoid accidental commits --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 4110a1d1..cf4ae140 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -35,3 +35,8 @@ notifications: issues: iss...@maven.apache.org pullrequests: iss...@maven.apache.org jira_options: link label comment +protected_branches: + master: + required_pull_request_reviews: + required_approving_review_count: 1 + required_linear_history: true