kaxil opened a new pull request, #68993: URL: https://github.com/apache/airflow/pull/68993
Temporarily removes branch protection from `v3-2-stable`. The `v3-2-stable` branch is currently covered by the "Branch protection" ruleset because it matches the `v*-stable` pattern in [`branches.includes`](https://github.com/apache/airflow/blob/main/.asf.yaml#L114). This adds it to a new `branches.excludes` list so the branch is left unprotected for now. ## Why excludes rather than editing the include glob Narrowing or removing `v*-stable` would also un-protect every other stable branch (`v3-1-stable`, `v3-0-stable`, etc.). GitHub ruleset exclusions take precedence over inclusions, so an explicit `excludes` entry drops protection on just `v3-2-stable` and leaves the rest intact. ## Re-enabling Remove the `v3-2-stable` entry from `branches.excludes` (or drop the whole block) to restore protection. ## Note `.asf.yaml` ruleset settings are applied from the default branch only, so this takes effect once merged to `main`. -- 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]
