This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git
The following commit(s) were added to refs/heads/main by this push:
new 47c459d Set up default protection ruleset for default and release
branches (#238)
47c459d is described below
commit 47c459d1f75a64207e48d8a920d3a0f58044311a
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 09:40:17 2026 -0500
Set up default protection ruleset for default and release branches (#238)
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ab59476
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,14 @@
+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