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-converter.git


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

commit 877d04ca869f9989230756dacfb7cdde74e4d092
Author: sebtiem <[email protected]>
AuthorDate: Fri Aug 29 10:40:37 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 85f642c..b66a3db 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,6 +8,10 @@ github:
     - apache-maven
     - doxia
     - doxia-tools
+  protected_branches:
+    master: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
@@ -16,12 +20,10 @@ github:
     - DOXIATOOLS
     - DOXIA
     - MNGSITE
-  del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label comment
   
\ No newline at end of file

Reply via email to