mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: Add option to create draft issues from the new-issue script
This commit is contained in:
@@ -51,6 +51,12 @@ tasks:
|
||||
- for: { var: DEPS }
|
||||
cmd: gum spin --spinner dot --title "Installing go dependencies..." -- go install {{.ITEM}}
|
||||
|
||||
new-issue:
|
||||
desc: Create a new issue
|
||||
silent: true
|
||||
dir: .github/scripts
|
||||
cmds:
|
||||
- sh new_issue.sh
|
||||
pkl-gen:
|
||||
desc: Generate PKL files
|
||||
silent: true
|
||||
|
||||
Reference in New Issue
Block a user