diff --git a/.asf.yaml b/.asf.yaml index ff63d434..7edeb7b8 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,13 +17,26 @@ github: description: "Apache Commons Chain (Dormant)" homepage: https://commons.apache.org/chain/ + 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 - issues_bot_dependabot: notifications@commons.apache.org - pullrequests_bot_dependabot: notifications@commons.apache.org - issues_bot_codecov-commenter: notifications@commons.apache.org - pullrequests_bot_codecov-commenter: 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 + issues_bot_dependabot: notifications@commons.apache.org + pullrequests_bot_dependabot: notifications@commons.apache.org + issues_bot_codecov-commenter: notifications@commons.apache.org + pullrequests_bot_codecov-commenter: notifications@commons.apache.org