diff --git a/.asf.yaml b/.asf.yaml index 2fca9c0..dc3c05c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,11 +24,24 @@ github: issues: false projects: false enabled_merge_buttons: - squash: true - merge: false - rebase: false + squash: true + merge: false + rebase: false + 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@ignite.apache.org - issues: notifications@ignite.apache.org + commits: commits@ignite.apache.org + issues: notifications@ignite.apache.org pullrequests: notifications@ignite.apache.org jira_options: link label worklog