We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5c28f commit 46f4b15Copy full SHA for 46f4b15
.github/actions/https-everywhere-labeller/action.yml
@@ -1,5 +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: 'index.js'
0 commit comments