We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f14605 commit bb67b65Copy full SHA for bb67b65
1 file changed
.codex/skills/ci-pr-helper/SKILL.md
@@ -57,4 +57,7 @@ When ready:
57
gh pr create --title "<title>" --body "<body>"
58
```
59
60
+- Some environments emit a spurious `Unsupported subcommand 'pr'` warning before running
61
+ `gh`; ignore that message and continue with the command.
62
+
63
- If `gh` is missing or fails, print the command instead so the user can run it locally.
0 commit comments