Skip to content

Instantly share code, notes, and snippets.

@jsjoeio
Last active May 19, 2021 18:31
Show Gist options
  • Save jsjoeio/15648e67c78b6ff7fea685f2967a9f6d to your computer and use it in GitHub Desktop.
Save jsjoeio/15648e67c78b6ff7fea685f2967a9f6d to your computer and use it in GitHub Desktop.
Create Draft PR from CLI and fill out with flags
#!/bin/sh
gh pr create --title "title here" --draft --assignee "@me" --milestone "3.11.0" --label "security"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment