From 3883aa4755c48376b5a8af551030e84f5bccd5cf Mon Sep 17 00:00:00 2001 From: Josh Medeski Date: Thu, 5 Nov 2020 23:07:17 -0600 Subject: [PATCH] Updated Custom Commands Compendium (markdown) --- Custom-Commands-Compendium.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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