adoroszlai commented on code in PR #430:
URL: https://github.com/apache/ozone-site/pull/430#discussion_r3283118690


##########
.asf.yaml:
##########
@@ -29,6 +29,19 @@ github:
     rebase: false
   autolink_jira:
   - HDDS
+  rulesets:
+  - name: "Default Branch Protection"
+    type: branch
+    branches:
+      includes:
+      - "~DEFAULT_BRANCH"
+      - "release/*"
+      - "rel/*"
+      excludes: []

Review Comment:
   ```suggestion
         excludes: [ ]
   ```



##########
.asf.yaml:
##########
@@ -29,6 +29,19 @@ github:
     rebase: false
   autolink_jira:
   - HDDS
+  rulesets:
+  - name: "Default Branch Protection"
+    type: branch
+    branches:
+      includes:
+      - "~DEFAULT_BRANCH"

Review Comment:
   ```suggestion
         - ~DEFAULT_BRANCH
   ```



##########
.asf.yaml:
##########
@@ -29,6 +29,19 @@ github:
     rebase: false
   autolink_jira:
   - HDDS
+  rulesets:
+  - name: "Default Branch Protection"

Review Comment:
   ```suggestion
     - name: Default Branch Protection
   ```



-- 
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