Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Set up default protection ruleset for default and release branches
  • Loading branch information
asf-gitbox-commits committed May 15, 2026
commit 42f49b4fd2334d01322817119f2261d4969049cd
31 changes: 22 additions & 9 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,27 @@ github:
description: "Apache Commons Codec"
homepage: https://commons.apache.org/codec/

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: commits@commons.apache.org
issues: issues@commons.apache.org
pullrequests: issues@commons.apache.org
jira_options: link label
jobs: notifications@commons.apache.org
commits: commits@commons.apache.org
issues: issues@commons.apache.org
pullrequests: issues@commons.apache.org
jira_options: link label
jobs: notifications@commons.apache.org
# commits_bot_dependabot: dependabot@commons.apache.org
issues_bot_dependabot: dependabot@commons.apache.org
pullrequests_bot_dependabot: dependabot@commons.apache.org
issues_bot_codecov-commenter: notifications@commons.apache.org
pullrequests_bot_codecov-commenter: notifications@commons.apache.org
issues_bot_dependabot: dependabot@commons.apache.org
pullrequests_bot_dependabot: dependabot@commons.apache.org
issues_bot_codecov-commenter: notifications@commons.apache.org
pullrequests_bot_codecov-commenter: notifications@commons.apache.org
Loading