pr-labels-action
pr-labels-action copied to clipboard
A Github action that extracts labels from the PR that this build belongs to, and makes them available to other actions.
Using 1.0.9 is currently throwing this warning in github: `Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20` If you could bump the node version...
Upgrade the versions of the following dependencies in both package.json & package-lock.json: 1. "@actions/github" 2. "lodash" 3. "@types/lodash" 4. "@vercel/ncc" This upgrade includes the latest stable releases of these dependencies...
Currently I use this github action and it work well in the PR, but when I have workflow that is triggered on push event like this  This error will...