Skip to content

Commit e7ccc86

Browse files
zoraconpipboy96
andauthored
Github Action: Alexa Labeller (EFForg#19509)
- Rewrite of Alexa Labeller that lives in utils/ and transferring to Github Action Context * Node module references updated to dist/ with @vercel/ncc npm utility * Update .github/actions/https-everywhere-labeller/index.js Co-authored-by: pipboy96 <pipboy96@protonmail.com> * Update .github/actions/https-everywhere-labeller/index.js Co-authored-by: pipboy96 <pipboy96@protonmail.com>
1 parent 4401ad2 commit e7ccc86

File tree

33 files changed

+56604
-0
lines changed

33 files changed

+56604
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
HTTPS Everywhere Labeller:
2+
Copyright © 2010-2018 Electronic Frontier Foundation and others
3+
Licensed GPL v2+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Label Pull Requests With Top Alexa Labels
2+
Alexa Labeller for HTTPS Everywhere Repo
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Alexa Labeller'
2+
description: 'Label PRs with Top Alexa Labels'
3+
inputs:
4+
repo-token:
5+
description: 'Token for the repository'
6+
required: true
7+
runs:
8+
using: 'node12'
9+
main: 'dist/index.js'

0 commit comments

Comments
 (0)