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

lhotari 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 d80124340d2a Remove branch protection for asf-site and asf-site-next 
branches
d80124340d2a is described below

commit d80124340d2a23795bfe216266a18c9fc6884748
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Dec 6 16:48:54 2024 +0200

    Remove branch protection for asf-site and asf-site-next branches
    
    - website content isn't synchronizing to pulsar.apache.org
    - removing branch protection so that commit history for rendered
      website files can be truncated since it might be too large
---
 .asf.yaml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5c47acccf593..e4e42cfcd1d7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,12 +28,7 @@ github:
     rebase:  true
   protected_branches:
     # Protect these branches for the website
-    main:
-      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
+    main: {}
 
 notifications:
   commits:      [email protected]

Reply via email to