This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new d6ebb9f Set up default protection ruleset for default and release
branches
d6ebb9f is described below
commit d6ebb9f1668fc45ab1e1c208916161df5184d659
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:26:13 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ba3a372..0b17770 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,14 +17,27 @@ github:
description: "Apache Commons Daemon"
homepage: https://commons.apache.org/daemon/
+ 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]