diff --git a/.asf.yaml b/.asf.yaml index fa7aa40..00817a0 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,11 +40,24 @@ github: projects: true 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: notifications@apisix.apache.org - issues: notifications@apisix.apache.org + commits: notifications@apisix.apache.org + issues: notifications@apisix.apache.org pullrequests: notifications@apisix.apache.org