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

zhangzicheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-wasm.git


The following commit(s) were added to refs/heads/master by this push:
     new 4804a51  fix protected_branches (#4)
4804a51 is described below

commit 4804a51836f7b82646a00934f56a2466434f7446
Author: dragon-zhang <[email protected]>
AuthorDate: Mon Jul 17 18:57:05 2023 +0800

    fix protected_branches (#4)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 50c2701..d248639 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,7 +30,7 @@ github:
     merge: false
     rebase: false
   protected_branches:
-    main:
+    master:
       required_status_checks:
         strict: true
       required_pull_request_reviews:

Reply via email to