refactor(sdk-release): replace regex-based PR subject parsing with GitHub commit-to-PR association API in release workflow - #37219
Conversation
…o-PR association API in release workflow
|
Claude finished @KevinDavilaDotCMS's task in 3m 33s —— View job Code ReviewReviewed the current state of
New Issues
Answering @sfreudenthaler's 429 question
The follow-up commit (
Note (pre-existing, not introduced here)
Overall: the API-based approach is a solid correctness improvement over subject-regex parsing. The one blocking item is the · branch |
…ing them A bare `2>/dev/null || true` per commit made a real gh api failure (rate limit, transient 5xx, network blip) indistinguishable from "this commit has no associated PR", silently dropping it from the SDK breaking-change count. Addresses review feedback on #37219 from sfreudenthaler and the Claude bot. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
sfreudenthaler
left a comment
There was a problem hiding this comment.
love it thanks @KevinDavilaDotCMS
To fix the new mechanism without squash-merge
This PR fixes: #37200