This action checks if associated pull requests contain certain labels. If any of these labels are found in any associated pull requests, the current pull request is labeled with the labels found.
[Required] Number of the current PullRequest that triggered the action
[Required] Labels to be sought in associated pull requests
[Required] Github token used to make API calls
- Install
vercel/ncc
by running this command in your terminal.
npm i -g @vercel/ncc
- Compile your index.js file.
ncc build index.js --license licenses.txt
Official documentation can be found here