You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/11 08:01:20 UTC

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #248: Protect master and deployment branches

tisonkun commented on code in PR #248:
URL: https://github.com/apache/pulsar-site/pull/248#discussion_r991946010


##########
.asf.yaml:
##########
@@ -26,6 +26,13 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+  protected_branches:
+    # Protect these branches for the website
+    master:
+      whatever: Just a placehold to make it take effects
+    asf-site:
+      whatever: Just a placehold to make it take effects
+    asf-site-next:

Review Comment:
   ```suggestion
       asf-site-next:
         whatever: Just a placehold to make it take effects
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org