Merge pull request #955 from vilmibm/skipfix
reenable skipping body prompt for pr/issue
This commit is contained in:
commit
b904ed6556
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ func titleBodySurvey(cmd *cobra.Command, issueState *issueMetadataState, apiClie
|
|||
bodyQuestion := &survey.Question{
|
||||
Name: "body",
|
||||
Prompt: &surveyext.GhEditor{
|
||||
BlankAllowed: true,
|
||||
EditorCommand: editorCommand,
|
||||
Editor: &survey.Editor{
|
||||
Message: "Body",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue