Skip to content

Commit 3256094

Browse files
authored
Update README.md
1 parent e7ccc86 commit 3256094

File tree

1 file changed

+18
-2
lines changed
  • .github/actions/https-everywhere-labeller

1 file changed

+18
-2
lines changed
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
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

0 commit comments

Comments
 (0)