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

Sxnan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents-demos.git


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

commit 4f206424c783de2f39a96f099a22b6f53898f14a
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue Jun 23 02:53:11 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 0cac128..8630045 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,6 +34,19 @@ github:
     wiki: false
     projects: false
 
+  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]

Reply via email to