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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


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

commit e3b2290a62d4bb3eff596751ca9b09e4287c25f9
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 07:41:14 2026 -0500

    Set up default protection ruleset for default and release branches (#56)
---
 .asf.yaml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index aa2d83d3f..a488a60c4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,6 +4,19 @@ github:
     - website
     - jekyll
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
   commits: [email protected]
   issues: [email protected]
@@ -15,7 +28,7 @@ jekyll:
   target: asf-staging
 
 staging:
-  profile: ~
+  profile:
   whoami: asf-staging
 
 publish:

Reply via email to