I'm going to use this repo to create a new GitHub Action 🎉
Ideally, this action will:
- Trigger upon a new PR.
- Check for a package.json file in the PR.
- Check to see if there are any new dependencies introduced into the
package.json
orpackage-lock.json
files. - If yes, alert the user in the PR that a new dependency was introduced via a label on the PR.
- If no, do nothing.
That's it!