ci: add placeholder issue_message to fix first timers PR workflow errors#37636
Closed
TheSecurityDev wants to merge 1 commit intocommaai:masterfrom
Closed
ci: add placeholder issue_message to fix first timers PR workflow errors#37636TheSecurityDev wants to merge 1 commit intocommaai:masterfrom
TheSecurityDev wants to merge 1 commit intocommaai:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the actions/first-interaction workflow input validation failure in the PR review workflow by ensuring a non-empty issue_message is provided (even though the workflow only runs on pull_request_target events).
Changes:
- Set a non-empty placeholder value for
issue_messageto prevent the “Input required and not supplied: issue_message” error inactions/first-interaction.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Example failure on this PR (since it's still using the old workflow until this is merged): |
Contributor
Author
|
Normally the way I fix this issue on my PRs is to just edit the description after first opening but it gets kind of annoying. |
Contributor
|
We're falling for their shenanigans! Just reverting it here #37639 |
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.
Reopening #37155 since the issue is still present.
#37155 (comment)
Once actions/first-interaction#403 is merged I think this can be reverted