Add 'enhancement' label to new issue creation

Added 'enhancement' label to the issue creation in the workflow.
This commit is contained in:
Mic 2026-02-23 21:59:34 +01:00 committed by GitHub
parent a8a04df0a8
commit a355dfb6d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}.`);
} }