This is an automated email from the ASF dual-hosted git repository.
yuxiqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new cbdd4dac5 Set up default protection ruleset for default and release
branches (#4399)
cbdd4dac5 is described below
commit cbdd4dac520dafdf8f9e77de10a9469ccd8505a3
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 21:39:57 2026 -0500
Set up default protection ruleset for default and release branches (#4399)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 9bbe022d2..674b9d155 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,6 +39,19 @@ github:
autolink_jira: FLINK
collaborators:
- flinkbot
+ 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:
commits: [email protected]
pullrequests: [email protected]