feat: add automated commenting on linked issues when releases are published#323
Merged
lachlancollins merged 1 commit intoTanStack:mainfrom Dec 4, 2025
Merged
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 456472a
☁️ Nx Cloud last updated this comment at |
commit: |
lachlancollins
approved these changes
Dec 4, 2025
Member
lachlancollins
left a comment
There was a problem hiding this comment.
This is great, thanks @KyleAMathews !
…lished Enhances the comment-on-release action to automatically notify both PRs and their linked issues when changes are released. Key changes: - Query GitHub GraphQL API to find issues closed/fixed by each PR - Post release notifications on linked issues with package versions - Add duplicate comment detection to prevent spam - Add explicit `issues: write` permission to release workflow This matches the functionality from electric-sql/electric#3521, ensuring both contributors and issue reporters are notified when their work ships. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
384528c to
456472a
Compare
This was referenced Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enhances the comment-on-release action to automatically notify both PRs and their linked issues when changes are released, matching the functionality from electric-sql/electric#3521.
Changes
issues: writepermission to release workflowExample Comments
On a PR:
On a linked issue:
How It Works
After commenting on PRs, the action:
Test Plan
🤖 Generated with Claude Code