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

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


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

commit 8b8b805f1422900042fb7afb542cc4d2a5af8690
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Apr 3 10:54:33 2026 +0200

    enable branch protection
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index a9b3225f..6d84a33a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,6 +28,9 @@ github:
     squash: true
     merge: false
     rebase: true
+  protected_branches:
+    master: { }
+    maven-site-plugin-3.12.x: { }
   autolink_jira:
     - MSITE
   del_branch_on_merge: true
@@ -37,4 +40,3 @@ notifications:
   commits: [email protected]
   issues: [email protected]
   pullrequests: [email protected]
-  jira_options: link label comment

Reply via email to