diff --git a/.asf.yaml b/.asf.yaml index 10834e14f..b77d70d65 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -30,6 +30,19 @@ github: rebase: true autolink_jira: - MYFACES + 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@myfaces.apache.org issues: dev@myfaces.apache.org