This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 31ed887c32 Set up default protection ruleset for default and release
branches (#72)
31ed887c32 is described below
commit 31ed887c32828fb8d19c2b1184628095aa5b1a9b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 11:16:57 2026 -0500
Set up default protection ruleset for default and release branches (#72)
---
.asf.yaml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index ed07463c1a..26d5a1866f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,4 +21,17 @@ github:
issues: true
# Enable projects for project management boards
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