This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 27733e21 Set up default protection ruleset for default and release
branches (#306)
27733e21 is described below
commit 27733e217dc081915542ace2c08b64833862daa1
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 10:18:13 2026 -0500
Set up default protection ruleset for default and release branches (#306)
---
.asf.yaml | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a6d96b20..46ad69c7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,6 +1,20 @@
notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]
- jobs: [email protected]
- jira_options: link label
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jobs: [email protected]
+ jira_options: link label
+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