This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 7e351ba932 Update .asf.yaml
7e351ba932 is described below
commit 7e351ba93264de1b5eebe08e8b22ce59be1868d8
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Mar 18 10:07:02 2025 +0800
Update .asf.yaml
Update protect branch configuration
---
.asf.yaml | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index cc1dcf46a4..be310d9047 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,15 +34,15 @@ github:
# Enable projects for project management boards
projects: true
protected_branches:
- master:
- # only disable force push
- foo: bar
- 3.0:
- # only disable force push
- foo: bar
- 3.1:
- # only disable force push
- foo: bar
+ master: {}
+ 2.5.x: {}
+ 2.6.x: {}
+ 2.7.x: {}
+ 3.0: {}
+ 3.1: {}
+ 3.2: {}
+ 3.3: {}
+ 3.4: {}
labels:
- java
- rpc
@@ -55,5 +55,3 @@ github:
- http
- grpc
- web
- collaborators:
- - oxsean