fix(custom-commands): -y doesn't work on github
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user