This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new a8353c62a New parser does not like dummy dicts (#2813)
a8353c62a is described below
commit a8353c62a547354048116bc62a37d3e176c77ec5
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 26 09:59:38 2025 +0000
New parser does not like dummy dicts (#2813)
---
.asf.yaml | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6a9639dec..0309765a2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,19 +37,13 @@ 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: {} # only disable force push
+ 3.0: {} # only disable force push
+ 3.1: {} # only disable force push
enabled_merge_buttons:
# enable squash button:
squash: true
# enable merge button:
merge: false
# disable rebase button:
- rebase: false
\ No newline at end of file
+ rebase: false