This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 2ae5dd2 [INFRA] Set up default rulesets for default and release
branches (#223)
2ae5dd2 is described below
commit 2ae5dd2a6b81b24c4d1b611ccc4161ae763d7ca9
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 08:26:24 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#223)
* Set up default protection ruleset for default and release branches
* Apply suggestions from code review
Co-authored-by: Andriy Redko <[email protected]>
---------
Co-authored-by: Andriy Redko <[email protected]>
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1fee097..4fedaa7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,15 @@
jenkins:
github_whitelist:
- dependabot[bot]
+github:
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true