Skip to content

Commit a91a8cc

Browse files
committed
Mark pr creation as draft
1 parent eb20c46 commit a91a8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/create-pr/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Then push and create the PR:
7878

7979
```
8080
git push -u origin HEAD
81-
gh pr create --title "<title>" --body "<body>" --base <base-branch>
81+
gh pr create --draft --title "<title>" --body "<body>" --base <base-branch>
8282
```
8383

8484
Return the PR URL when done.

0 commit comments

Comments
 (0)