This is an automated email from the ASF dual-hosted git repository.
sparsick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5737473 feat: enable prevent branch protection rules (#956)
5737473 is described below
commit 57374737cdad03087eadfbaca10bfda210336397
Author: Sandra Parsick <[email protected]>
AuthorDate: Thu Aug 14 07:36:56 2025 +0200
feat: enable prevent branch protection rules (#956)
also:
- refactor deprecated config
---
.asf.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 8cb1f1e..c71e95a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,7 +27,11 @@ github:
squash: true
merge: false
rebase: true
- del_branch_on_merge: true
+ protected_branches:
+ master: { }
+ maven-compiler-plugin-3.x: { }
+ pull_requests:
+ del_branch_on_merge: true
features:
issues: true
notifications: