chore: format by prettier
This commit is contained in:
@@ -9,7 +9,10 @@ export function getIssueOption(body: string): IssueOption {
|
||||
assignees = core.getInput('issue_assignees').replace(/\s+/g, '').split(',')
|
||||
}
|
||||
if (core.getInput('issue_labels')) {
|
||||
labels = core.getInput('issue_labels').split(',').map(label => label.trim())
|
||||
labels = core
|
||||
.getInput('issue_labels')
|
||||
.split(',')
|
||||
.map(label => label.trim())
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user