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-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 41ca193  branch protection for website
41ca193 is described below

commit 41ca19344a42e3102c51923c424ba37eda81d908
Author: Paul King <[email protected]>
AuthorDate: Wed May 13 21:52:26 2026 +1000

    branch protection for website
---
 .asf.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yml b/.asf.yml
new file mode 100644
index 0000000..8afaad2
--- /dev/null
+++ b/.asf.yml
@@ -0,0 +1,10 @@
+# see https://s.apache.org/asfyaml
+github:
+  rulesets:
+    - name: "Default branch protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"   # asf-site
+      restrict_deletion: true
+      restrict_force_push: true
\ No newline at end of file

Reply via email to