This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a2196a6  feat: enable prevent branch protection rules
a2196a6 is described below

commit a2196a6c1253af90b293abcab16245714cb98a39
Author: sebtiem <[email protected]>
AuthorDate: Fri Aug 29 10:35:46 2025 +0200

    feat: enable prevent branch protection rules
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 85e8620..44092d8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -9,15 +9,17 @@ github:
     - maven-plugin
     - doxia
     - doxia-tools
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
-  del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label comment

Reply via email to