Skip to content

Commit 47200a7

Browse files
authored
Merge pull request #3 from zoracon/feature-ci-actions
Initiate Local Actions in Repo
2 parents 3b49445 + 246e7e8 commit 47200a7

8 files changed

Lines changed: 56549 additions & 0 deletions

File tree

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. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'
6+
required: true
7+
runs:
8+
using: 'node12'
9+
main: 'dist/index.js'

0 commit comments

Comments
 (0)