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
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: [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]
Loading