diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index cbbd43d..129e2a6 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -36,4 +36,16 @@ customCommands: title: 'Annotated tag name:' - type: 'input' title: 'Annotated tag message:' -``` \ No newline at end of file +``` + +## Open GitHub Pull Request + +``` +customCommands: + - key: "" + command: "gh pr create --fill --web" + context: "global" + loadingText: "Creating pull request on GitHub" +``` + +This can be customized to fit your needs. Run `gh pr create --help` to see what flags are available. \ No newline at end of file