This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new f8d9dd2 restore ruleset and comment
f8d9dd2 is described below
commit f8d9dd2ce25cca6c073a9ada5ea47de020237c97
Author: Paul King <[email protected]>
AuthorDate: Thu May 21 09:37:47 2026 +1000
restore ruleset and comment
---
.asf.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.asf.yml b/.asf.yml
index 0735550..d7956a6 100644
--- a/.asf.yml
+++ b/.asf.yml
@@ -1,2 +1,13 @@
+# see https://s.apache.org/asfyaml
publish:
whoami: asf-site
+
+github:
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ restrict_deletion: true
+ restrict_force_push: true