diff --git a/.asf.yaml b/.asf.yaml index 395c07b4e59..6b35f693192 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -64,6 +64,19 @@ github: wait_timer: 0 description: "Grails - the Web Application Framework" homepage: https://grails.apache.org/ + 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: # GitHub related commits: commits@grails.apache.org