Add /newissue command to create follow-up issues from PR comments#52620
Draft
Add /newissue command to create follow-up issues from PR comments#52620
/newissue command to create follow-up issues from PR comments#52620Conversation
Member
|
If it can resolve the comment thread and reply with the issue link that should also be done. we should also only allow authorized contributors to run the workflow. |
Co-authored-by: nagilson <[email protected]>
Co-authored-by: nagilson <[email protected]>
Co-authored-by: nagilson <[email protected]>
Copilot
AI
changed the title
[WIP] Add GitHub actions workflow for PR comment migration
Add Jan 21, 2026
/newissue command to create follow-up issues from PR comments
Member
|
may not be needed if GH added a similar feature |
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.
Implements a GitHub Actions workflow triggered by
/newissuein PR comments to reduce manual overhead when tracking PR feedback items that should be deferred.Implementation
Workflow:
.github/workflows/create-issue-from-comment.ymlissue_comment.createdfor PRs only/newissuecommandpr-followuplabel containing:Usage:
Creates issue titled:
Follow-up from PR #456: [Original PR Title]Pattern Consistency
Follows existing workflow patterns (
fix-completions-on-comment.yml,update-xlf-on-comment.yml):actions/github-script@v7actionDeferred
Two-week reminder mechanism mentioned in issue requirements - would require scheduled workflow with state tracking, better suited as separate enhancement.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.