cad71e98a0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
dist | ||
README.md | ||
action.yml | ||
index.js | ||
package-lock.json | ||
package.json |
README.md
PR Labeler Action
This is a standalone github action hosted within wc-admin that supports auto adding or removing a PR label, which could be useful in various automation scenarios.
To keep it simple and avoid checking in node_modules
when you make
changes to index.js
you'll need to compile it into the dist
directory
via @vercel/ncc.
Run these commands from the root of the action before pushing an update to dist/index.js
:
npm i -g @vercel/ncc
ncc build index.js
This will compile the node_modules
alongside the js into one single file.