This is an automated email from the ASF dual-hosted git repository.
xintongsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new f212da83 [INFRA] Set up default rulesets for default and release
branches (#681)
f212da83 is described below
commit f212da83810361dc4823a180a97ddb1f5047a85c
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 25 04:35:05 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#681)
Co-authored-by: Xintong Song <[email protected]>
---
.asf.yaml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index fac734f0..d81faba3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -50,8 +50,20 @@ github:
- yanand0909
- wzhero1
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release-*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
- discussions: [email protected]
\ No newline at end of file
+ discussions: [email protected]