chore(ci): if new comment posted on closed item, handle differently#8876
Merged
chore(ci): if new comment posted on closed item, handle differently#8876
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- do not add needs attention label - note in a comment that closed items may not receive attention
905169a to
3c9d200
Compare
russellwheatley
approved these changes
Feb 6, 2026
Collaborator
Author
|
test comment on closed PR |
Collaborator
Author
|
a second test comment on closed PR |
Collaborator
|
In order to prioritize work in this repository, closed issues and pull requests do not regularly receive attention. If the underlying issue or pull request still requires attention, opening a new issue with a reproduction |
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.
Description
If a comment is posted on an issue or pull request that is already closed:
the state of the issue that created the comment should be available at this property reference per https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=created#issue_comment
I believe this is the correct syntax for a multi-part
if:conditional for a workflow step but needs testing liveTest Plan
have to merge this to main then add a comment to an issue or PR that I am OP on - one closed and one open in order to observe behavior