File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
.github/actions/https-everywhere-labeller Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1- # Label Pull Requests With Top Alexa Labels
2- Alexa Labeller for HTTPS Everywhere Repo
1+ # Labels Pull Requests With Top Alexa Site Rankings
2+ ![ Pull request labeler] ( https://github.com/EFForg/https-everywhere/workflows/Pull%20request%20labeler/badge.svg )
3+
4+ Based off of ` utils/labeller `
5+ See: https://github.com/EFForg/https-everywhere/blob/master/utils/labeller/README.md
6+
7+ # Build
8+ Utilizes https://www.npmjs.com/package/@vercel/ncc to offset node_modules reference burden
9+ ``` bash
10+ npm i -g @vercel/ncc
11+ ncc build index.js -o dist
12+ ```
13+
14+ # Notes About Testing
15+ At the time of writing this, the only way to test is to create a test PR and commit there with console logs from the job ran in Actions tab.
16+
17+ There is a tool that allegedly tests Github Actions locally, but it's not an official tool and very unstable:
18+ https://github.com/nektos/act
You can’t perform that action at this time.
0 commit comments