This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 6f0ab3fd Set up default protection ruleset for default and release
branches (#378)
6f0ab3fd is described below
commit 6f0ab3fd873ed598781ba151a90a2f90fa6b1826
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun Jun 7 06:53:06 2026 -0500
Set up default protection ruleset for default and release branches (#378)
---
.asf.yaml | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index e6a26798..f89fc6d8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,14 +17,27 @@ github:
description: "Apache Commons Validator"
homepage: https://commons.apache.org/validator/
+ 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]
- issues: [email protected]
- pullrequests: [email protected]
- jira_options: link label
- jobs: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jira_options: link label
+ jobs: [email protected]
# commits_bot_dependabot: [email protected]
- issues_bot_dependabot: [email protected]
- pullrequests_bot_dependabot: [email protected]
- issues_bot_codecov-commenter: [email protected]
- pullrequests_bot_codecov-commenter: [email protected]
+ issues_bot_dependabot: [email protected]
+ pullrequests_bot_dependabot: [email protected]
+ issues_bot_codecov-commenter: [email protected]
+ pullrequests_bot_codecov-commenter: [email protected]