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

shukitchan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


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

commit f201831affcd495861500bd83e0b1238e697ef94
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed May 20 23:56:43 2026 -0500

    Set up default protection ruleset for default and release branches (#363)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 0271a7e..bc58df9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,3 +21,16 @@ github:
   enabled_merge_buttons:
     # enable squash button:
     squash: true
+  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