jamesfredley commented on PR #24: URL: https://github.com/apache/grails-website/pull/24#issuecomment-4570091023
Reviewed on behalf of the Grails PMC and pushed an update to this ruleset. **What changed (latest commit on this PR):** replaced the generic `release/*` and `rel/*` include patterns with `*.x`, the naming convention Grails uses for maintenance/version branches (e.g. `7.0.x`, `8.0.x`). The original patterns matched no branches in this repository, so version branches would have been left unprotected. **Resulting protected branches:** - `~DEFAULT_BRANCH` (`asf-site-production`) - `*.x` — all Grails maintenance/version branches **Settings (unchanged from the infra template):** - `restrict_deletion: true` - `restrict_force_push: true` - `bypass_teams: [root]` Note: the `*.x` glob does not cross `/`, so automation branches such as `renovate/gradle-8.x` and `dependabot/...` are intentionally **not** matched (they are routinely force-pushed). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
