pr-labels-action icon indicating copy to clipboard operation
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.

Results 4 pr-labels-action issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/46918727/132186686-8f029034-c131-410e-aaf7-a6b6a3629819.png) This error will...

documentation
Test Flimbomble