| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- 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 Fixes modelcontextprotocol#1759
|
Ready for your review @maxisbey |
Sorry, something went wrong.
|
Ready for your review @felixweinberger |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
| 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?
Sorry, something went wrong.
Thanks! Code LGTM, but curious how you tested this? Did you run this locally somehow to generate the PRs? |
Sorry, something went wrong.
|
Will merge this for now and we can validate it works on the next release (will be in Jan) |
Sorry, something went wrong.
|
If people want to be notified, they can watch the releases... 😅 |
Sorry, something went wrong.
Hy @maxisbey
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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: write required
How 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