chore: format by prettier (js)
This commit is contained in:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -104,7 +104,10 @@ function getIssueOption(body) {
|
|||||||
assignees = core.getInput('issue_assignees').replace(/\s+/g, '').split(',');
|
assignees = core.getInput('issue_assignees').replace(/\s+/g, '').split(',');
|
||||||
}
|
}
|
||||||
if (core.getInput('issue_labels')) {
|
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 {
|
return {
|
||||||
title: core.getInput('issue_title'),
|
title: core.getInput('issue_title'),
|
||||||
|
|||||||
Reference in New Issue
Block a user