shahar1 opened a new pull request, #70257: URL: https://github.com/apache/airflow/pull/70257
The `prepare-providers-documentation` skill's Phase 4d runs `breeze release-management update-providers-next-version` to resolve inter-provider `# use next version` pins, but the skill never mentioned that the resulting `>=` bumps trip the `check_provider_dependency_bumps` selective-check (`dev/breeze/src/airflow_breeze/utils/selective_checks.py`). That guard fails CI with *"Provider dependency version bumps detected that should only be performed by Release Managers!"* unless the PR carries the `allow provider dependency bump` label — which every prior "Prepare providers release …" PR carries. Following the skill exactly therefore produced a release PR that was red on that check. This adds the missing guidance to Phase 4d and Phase 5 so the label is applied whenever any inter-provider `>=` floor changed. Docs/skill-only change — no runtime behavior affected. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8, 1M context) Generated-by: Claude Code (Opus 4.8, 1M context) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
