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

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a64ad7ac Set up default protection ruleset for default and release 
branches (#2177)
1a64ad7ac is described below

commit 1a64ad7ac1a167f04078940d50edee0287e33e45
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 06:06:39 2026 -0500

    Set up default protection ruleset for default and release branches (#2177)
---
 .asf.yaml | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d93d38fbd..381b391f4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,12 +26,25 @@ github:
     issues: false
     projects: false
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  false
+    squash: true
+    merge: false
+    rebase: false
   ghp_branch: main
   ghp_path: /docs
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-    commits:      [email protected]
-    issues:       [email protected]
-    jira_options: link label worklog
+  commits: [email protected]
+  issues: [email protected]
+  jira_options: link label worklog

Reply via email to