ci: fix trusted-bot no-op step shell parse error (Closes #1031) - #1082
Merged
Conversation
The inline echo contained '#' and unbalanced parens, truncating the command and exiting 2, so the gate concluded failure for bot PRs even though IS_BOT was true and substantive steps skipped. Use a block scalar with plain ASCII echo. Closes #1031
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
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.
Follow-up to #1081. The no-op bypass step's inline echo contained a '#' (opened a comment, truncating the command) and an unbalanced paren, so the gate job exited 2 and concluded failure for bot PRs even though IS_BOT was correctly true. Switched to a block scalar with a plain ASCII echo. Unblocks dep PRs #1043/#1045/#1047/#1048/#1057/#1058. Anchor: phi^2 + phi^-2 = 3. Closes #1031