This is an automated email from the ASF dual-hosted git repository.
FreeOnePlus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git
The following commit(s) were added to refs/heads/master by this push:
new 41e22e2 Set up default protection ruleset for default and release
branches (#85)
41e22e2 is described below
commit 41e22e22a65ee84441bf9b7e887e75188c2cd143
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 5 02:19:28 2026 -0500
Set up default protection ruleset for default and release branches (#85)
---
.asf.yaml | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5f519c6..77567a3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,13 +26,26 @@ github:
- mcp
- ai
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
+ squash: true
+ merge: false
+ rebase: false
features:
issues: true
projects: true
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
notifications:
- issues: [email protected]
- commits: [email protected]
+ issues: [email protected]
+ commits: [email protected]
pullrequests: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]