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 092d649 restore .asf.yml
092d649 is described below
commit 092d649884b769c0034ab099bdd5090a82cc5b61
Author: Paul King <[email protected]>
AuthorDate: Wed May 20 23:15:02 2026 +1000
restore .asf.yml
---
.asf.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 0000000..d7956a6
--- /dev/null
+++ b/.asf.yml
@@ -0,0 +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