This action creates a pull request based on the parameters you use.
[Required] Github token used to make API calls. Must have at least admin:org:read
[Required] Title of the pull request
[Required] Name of the destination branch
[Required] Name of the source branch
List of comma-separated names of teams. All users contained in these teams will be individually asked for a review
List of comma-separated logins of users
List of comma-separated label names. If one does not exist, it will be created
- 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