rjgoyln opened a new pull request, #73206: URL: https://github.com/apache/airflow/pull/73206
## Summary `format_message_for_classification` links every `#NNNNN` in a commit subject to the first number it finds. A subject carrying more than one — cherry-picks, backports, reverts — therefore points the release manager at the wrong PR while they classify it: ``` Fix td_format rendering of negative durations (#72694) (#72774) → … (…/pull/72694) (…/pull/72694) ``` Each reference now links to its own number. Only the interactive classification prompt of `breeze release-management prepare-provider-documentation` renders these links; the changelog takes its PR number from `Change.pr` and is unaffected. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) 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]
