Skip to content

Commit 64f6fb4

Browse files
JoannaaKLCopilot
andauthored
Update pkg/github/issues.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06a016f commit 64f6fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/issues.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ func CreateIssue(getClient GetClientFn, t translations.TranslationHelperFunc) (t
848848
Assignees: &assignees,
849849
Labels: &labels,
850850
Milestone: milestoneNum,
851-
Type: &issueType,
851+
Type: typePtr,
852852
}
853853

854854
client, err := getClient(ctx)

0 commit comments

Comments
 (0)