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

RongtongJin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


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

commit a9f294bd40fca5d401b7ed02b60cf62f6ac74cf5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat Jun 6 04:54:34 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 1723bc7..f16da8d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,8 +14,22 @@
 # limitations under the License.
 
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
-  jobs:         [email protected]
-  discussions:  [email protected]
+  jobs: [email protected]
+  discussions: [email protected]
+github:
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to