This is an automated email from the ASF dual-hosted git repository.
chenBright pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new f48628d1 Set up default protection ruleset for default and release
branches (#3299)
f48628d1 is described below
commit f48628d1de91a77ecb07c2ea0e397b98ed0910ef
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 07:48:38 2026 -0500
Set up default protection ruleset for default and release branches (#3299)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index b2f56d8d..e5a156cb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,3 +21,16 @@ github:
issues: true
projects: false
discussions: 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]