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-integration-testing.git


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

commit 026292dfe06ca0be7af1cae4938a3383bd6694d0
Author: Sebastian Tiemann <se...@mailbox.org>
AuthorDate: Tue Sep 9 13:34:33 2025 +0200

    feat: enable prevent branch protection rules (#410)
    
    * feat: enable prevent branch protection rules
    
    * feat: add missing release branches
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 658ccc8c8..b9e3f7e59 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,6 +2,13 @@
 github:
   description: "Apache Maven core ITs"
   homepage: https://maven.apache.org/core-its
+  protected_branches:
+    master: { }
+    maven-4.x:  { }
+    maven-3.9.x:  { }
+    maven-3.8.x:  { }
+  pull_requests:
+    del_branch_on_merge: true
   labels:
     - java
     - build-management

Reply via email to