diff --git a/pkg/github/issues.go b/pkg/github/issues.go index 80fe22f9d..99ac72d81 100644 --- a/pkg/github/issues.go +++ b/pkg/github/issues.go @@ -848,6 +848,7 @@ func CreateIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (t Assignees: &assignees, Labels: &labels, Milestone: milestoneNum, + Type: &issueType, } if issueType != "" {