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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c4aa4424 Set up default protection ruleset for default and release 
branches
7c4aa4424 is described below

commit 7c4aa44240c81eb90852bdb51b88b4ceaa292aa4
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:27:26 2026 -0500

    Set up default protection ruleset for default and release branches
---
 .asf.yaml | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 51b9b25f3..149484031 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,14 +30,27 @@ github:
     - transforms
     - clustering
 
+  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]
-    pullrequests: [email protected]
-    jira_options: link label
-    jobs:         [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jira_options: link label
+  jobs: [email protected]
     # commits_bot_dependabot: [email protected]
-    issues_bot_dependabot: [email protected]
-    pullrequests_bot_dependabot: [email protected]
-    issues_bot_codecov-commenter: [email protected]
-    pullrequests_bot_codecov-commenter: [email protected]
+  issues_bot_dependabot: [email protected]
+  pullrequests_bot_dependabot: [email protected]
+  issues_bot_codecov-commenter: [email protected]
+  pullrequests_bot_codecov-commenter: [email protected]

Reply via email to