mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore(scripts): improve new issue script confirmation
This commit is contained in:
parent
75adb6200d
commit
d8e5bc9f37
2
.github/scripts/new_issue.sh
vendored
2
.github/scripts/new_issue.sh
vendored
@ -26,7 +26,7 @@ collect_requirements() {
|
||||
while true; do
|
||||
if add_requirement; then
|
||||
req_count=$((req_count + 1))
|
||||
if [ $req_count -ge 2 ] && ! gum confirm "Do you want to add another requirement?"; then
|
||||
if [ $req_count -ge 2 ] && ! gum confirm --default=false "Do you want to add another requirement?"; then
|
||||
break
|
||||
fi
|
||||
else
|
||||
|
@ -16,11 +16,11 @@ vars:
|
||||
|
||||
includes:
|
||||
hway:
|
||||
taskfile: .taskfiles/Hway.yml
|
||||
taskfile: taskfiles/Hway.yml
|
||||
ipfs:
|
||||
taskfile: .taskfiles/IPFS.yml
|
||||
taskfile: taskfiles/IPFS.yml
|
||||
sonrd:
|
||||
taskfile: .taskfiles/Sonrd.yml
|
||||
taskfile: taskfiles/Sonrd.yml
|
||||
|
||||
tasks:
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user