We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46368ea + b7aa91a commit aca91edCopy full SHA for aca91ed
action.yml
@@ -5,6 +5,9 @@ inputs:
5
GITHUB_TOKEN:
6
description: 'GitHub token'
7
required: true
8
+ MERGE_TOKEN:
9
+ description: 'If needed, pass in a token to be used to merge prs for bypassing branch protections'
10
+ required: false
11
prefixes:
12
description: 'List of prefixes to match'
13
0 commit comments