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


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

commit e8f43962f2db5c3ca3bc3d86026936bfcacab5dd
Author: Sebastian Tiemann <se...@mailbox.org>
AuthorDate: Tue Sep 9 11:36:49 2025 +0200

    feat: enable prevent branch protection rules (#997)
---
 .asf.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 12b1afad..1cbbfca7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,17 +8,20 @@ github:
     - apache-maven
     - maven
     - doxia
+  protected_branches:
+    master: { }
+    doxia-1.x: { }
+  pull_requests:
+    del_branch_on_merge: true
   enabled_merge_buttons:
     squash: true
     merge: false
     rebase: true
   autolink_jira:
     - DOXIA
-  del_branch_on_merge: true
   features:
     issues: true
 notifications:
   commits: commits@maven.apache.org
   issues: iss...@maven.apache.org
   pullrequests: iss...@maven.apache.org
-  jira_options: link label

Reply via email to