michaelsembwever commented on code in PR #4812:
URL: https://github.com/apache/cassandra/pull/4812#discussion_r3283714172


##########
.asf.yaml:
##########
@@ -34,3 +34,16 @@ github:
     projects: false
   autolink_jira:
     - CASSANDRA
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true

Review Comment:
   ```suggestion
         branches:
           includes:
             - "~DEFAULT_BRANCH"
             - "cassandra-*"
           excludes: []
         bypass_teams:
           - root
         restrict_deletion: true
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to