Add 'enhancement' label to new issue creation
Added 'enhancement' label to the issue creation in the workflow.
This commit is contained in:
parent
a8a04df0a8
commit
a355dfb6d6
1 changed files with 2 additions and 1 deletions
|
|
@ -48,13 +48,14 @@ jobs:
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
title: issueTitle,
|
title: issueTitle,
|
||||||
|
labels: ['enhancement'],
|
||||||
body: `Update Tom Select to version **${latestTag}**.
|
body: `Update Tom Select to version **${latestTag}**.
|
||||||
|
|
||||||
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/js/tom-select.base.js
|
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/js/tom-select.base.js
|
||||||
|
|
||||||
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/css/tom-select.default.min.css
|
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/css/tom-select.default.min.css
|
||||||
|
|
||||||
Remeber also to update the VENDORS.md file.`
|
Remember also to update the VENDORS.md file.`
|
||||||
});
|
});
|
||||||
core.info(`New issue created for version ${latestTag}.`);
|
core.info(`New issue created for version ${latestTag}.`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue