From 365c351cdf8d6df8b2c0fc5fb8718071ca03f21a Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 21 Jan 2026 16:03:58 +0100 Subject: [PATCH] fix(custom-commands): -y doesn't work on github --- omz-custom/custom_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index ad804b7..7760fdc 100644 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -169,7 +169,7 @@ function gcmr() { else draft="" fi - gh pr create -a "@me" --fill -y $draft + gh pr create -a "@me" --fill $draft } function cmr() {