Skip to content

Commit e1d687b

Browse files
Update pkg/github/issues_granular.go
Co-authored-by: Sam Morrow <info@sam-morrow.com>
1 parent 18da9b8 commit e1d687b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/github/issues_granular.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ func GranularUpdateIssueType(t translations.TranslationHelperFunc) inventory.Ser
512512
"State the concrete signal (e.g. 'Reports a crash when saving' → bug, 'Asks for dark mode support' → feature).",
513513
MaxLength: jsonschema.Ptr(280),
514514
},
515-
"suggest": {
515+
"is_suggestion": {
516516
Type: "boolean",
517517
Description: "If true, propose the issue type change instead of applying it. " +
518518
"Defaults to false, which applies the change to the issue.",

0 commit comments

Comments
 (0)