docs: clarify accepted input formats for merge-queue skill#889
Open
ralphbean wants to merge 1 commit into
Open
docs: clarify accepted input formats for merge-queue skill#889ralphbean wants to merge 1 commit into
ralphbean wants to merge 1 commit into
Conversation
The skill doc didn't specify which argument formats the script accepts, leading to failed invocations with owner/repo#number (which gh pr view does not understand). List the supported formats explicitly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
fullsend review is working on this — view logs |
Site previewPreview: https://f720a9d7-site.fullsend-ai.workers.dev Commit: |
Review: #889Head SHA: 9a351ca SummaryClean documentation-only change that adds an "Accepted input formats" section to the merge-queue skill. The documented formats (PR number, PR URL, omitted) accurately match the three code paths in FindingsNo findings. FooterOutcome: approve |
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.
Summary
PR_NUMBER,PR_URL, or omitted)owner/repo#numberformat is not supportedThis prevents failed invocations when an LLM passes the wrong format to the enqueue script.
Test plan
🤖 Generated with Claude Code