Step Summary: include CLI command as a copyable code block (CLI Local Review Phase 1, step 5 of 5)#125
Merged
Conversation
Step 5 of cli-local-review.md Phase 1. The breaking and changelog actions' Step Summary already emits a clickable link to the free /review instruction page; this adds the CLI command itself as a fenced code block alongside the link. GitHub renders the code block with a built-in copy button, so visitors who recognize the command can copy from the PR's Checks tab and skip the instruction-page detour entirely. For the visitor cohort that doesn't recognize the command, the link is still there and lands them on the instruction page, which hands them the same pre-filled command with explanatory copy. The fallback for visitors on older oasdiff-action versions (no embedded command) is the same instruction page — that's the design intent that the wall-replacement covers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Final step of CLI Local Review Phase 1. The free
breakingandchangelogactions' Step Summary already emit a clickable link to/review?owner=.... This PR adds the CLI command itself as a fenced code block alongside the link, so visitors who recognize the command can copy it directly from the PR's Checks tab and bypass the instruction-page detour.What changes
Before (the existing emit):
After: