Uh oh!
There was an error while loading. Please reload this page.
Add workflow to comment on PRs when released - #1772
Conversation
- Automatically comments on PRs included in a release - Only comments on PRs (not issues) using GitHub API validation - Compares current and previous release tags to find PRs - Minimal permissions: only requires pull-requests:write Fixesmodelcontextprotocol#1759
yugannkt
commented
Dec 11, 2025
Ready for your review @maxisbey |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
yugannkt
commented
Dec 13, 2025
Ready for your review @felixweinberger |
| with: | ||
| fetch-depth: 0 |
There was a problem hiding this comment.
I don't think we need this anymore given we're now using the API only?
felixweinberger
commented
Dec 15, 2025
Thanks! Code LGTM, but curious how you tested this? Did you run this locally somehow to generate the PRs? |
maxisbey
commented
Dec 19, 2025
Will merge this for now and we can validate it works on the next release (will be in Jan) |
Uh oh!
There was an error while loading. Please reload this page.
Kludex
commented
Dec 19, 2025
If people want to be notified, they can watch the releases... 😅 |
yugannkt
commented
Dec 21, 2025
Hy @maxisbey
|
Motivation and Context
Adds a workflow that automatically comments on PRs when they're included in a release, notifying contributors their changes are live.
Approach
Custom workflow using GitHub's REST API:
Key Features
Only comments on PRs (not issues) - API validation ensures this
Minimal permissions - only
pull-requests: writerequiredHow Has This Been Tested?
Tested with releases v1.23.2 → v1.23.3:
Fixes#1759
Breaking Changes
No, Its an non-breaking change which adds functionality
Types of changes
Checklist