feat: keep labels in a set and make them lowercase
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ export class ReleaseNotes {
|
||||
mergeCommitSha: '',
|
||||
author: commit.author || '',
|
||||
repoName: '',
|
||||
labels: [],
|
||||
labels: new Set(),
|
||||
milestone: '',
|
||||
body: commit.message || '',
|
||||
assignees: [],
|
||||
|
||||
Reference in New Issue
Block a user