use default to preserve non-interactive behavior
This commit is contained in:
parent
3468a46521
commit
7bbd70d6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ func prCreate(cmd *cobra.Command, _ []string) error {
|
|||
return errors.Wrap(err, "could not parse body")
|
||||
}
|
||||
|
||||
var action Action
|
||||
action := SubmitAction
|
||||
|
||||
interactive := title == "" || body == ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue