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

tison pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new b4e84542 Protect dev and asf-site branches
b4e84542 is described below

commit b4e84542d96359c6c72053c76d28ac4fcdd0fe90
Author: tison <[email protected]>
AuthorDate: Tue Mar 26 08:09:17 2024 +0800

    Protect dev and asf-site branches
    
    Signed-off-by: tison <[email protected]>
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 608973a0..eabc909c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,6 +28,10 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+  protected_branches:
+    # prevent accidentially deleted
+    dev: {}
+    asf-site: {}
 
 publish:
   whoami: asf-site

Reply via email to