You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run fuxingloh/multi-labeler@v2
/home/runner/work/_actions/fuxingloh/multi-labeler/v2/webpack:/multi-labeler/lib/main.js:42
throw new Error('Could not get issue_number from pull_request or issue from context');
^
Error: Could not get issue_number from pull_request or issue from context
and
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: fuxingloh/multi-labeler@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Looking at the action.yml here I can see:
runs:
using: 'node16'main: 'dist/index.js'
Not being a node user, I'm unsure if this can just be updated to node20 and all will be well again.
The text was updated successfully, but these errors were encountered:
<!-- Thanks for sending a pull request! -->
#### What this PR does / why we need it:
Action fails to run since node16 deprecation
#### Which issue(s) does this PR fixes?:
<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes#239
#### Additional comments?:
I'm testing this change now.
Co-authored-by: Chisel <[email protected]>
Runs for this action have started failing with:
and
Looking at the
action.yml
here I can see:Not being a
node
user, I'm unsure if this can just be updated tonode20
and all will be well again.The text was updated successfully, but these errors were encountered: