diff --git a/.asf.yaml b/.asf.yaml index d92ada2c34..8c23463159 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -7,8 +7,21 @@ github: - jbake features: issues: true - + + 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@openoffice.apache.org - issues: dev@openoffice.apache.org + commits: commits@openoffice.apache.org + issues: dev@openoffice.apache.org pullrequests: dev@openoffice.apache.org