You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/10/13 00:42:34 UTC

[pulsar-site] branch main updated: Protect master and deployment branches (#248)

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e2e0c30c407 Protect master and deployment branches (#248)
e2e0c30c407 is described below

commit e2e0c30c407d2986783a9c9deb72f839e1f674fa
Author: tison <wa...@gmail.com>
AuthorDate: Thu Oct 13 08:42:30 2022 +0800

    Protect master and deployment branches (#248)
---
 .asf.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 61f64641065..3b6a55f408c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,6 +26,14 @@ 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:
+      whatever: Just a placehold to make it take effects
 
 notifications:
   commits:      commits@pulsar.apache.org