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

Cole-Greer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new ec6830fadd [INFRA] Set up default rulesets for default and release 
branches (#3429)
ec6830fadd is described below

commit ec6830fadd0e192ad863cffa2e125e5aa9175596
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 29 16:43:47 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#3429)
    
    * Set up default protection ruleset for default and release branches
    
    * Update .asf.yaml release branch list
    
    ---------
    
    Co-authored-by: Cole Greer <[email protected]>
    Co-authored-by: Yang Xia <[email protected]>
---
 .asf.yaml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 73d2af278e..1027a81a01 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -11,4 +11,16 @@ github:
     - graphdb
     - graph-database
     - gremlin-server
-    - apache
\ No newline at end of file
+    - apache
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "*-dev"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Reply via email to