This is an automated email from the ASF dual-hosted git repository.

dgrove-oss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-test.git


The following commit(s) were added to refs/heads/master by this push:
     new fd42578  Set up default protection ruleset for default and release 
branches (#13)
fd42578 is described below

commit fd425788283430a13b06286bd9d07c4d43daa63e
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 23 14:37:57 2026 -0500

    Set up default protection ruleset for default and release branches (#13)
---
 .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

Reply via email to