We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f17a8f + 7170c55 commit d19cf95Copy full SHA for d19cf95
2 files changed
action.yml
@@ -1,12 +1,15 @@
1
name: Auto-update
2
-author: Thibault Derousseaux <tibdex@gmail.com>
+author: Unnikrishnan KP
3
description: Automatically keep pull requests with auto-merged enabled up to date with their base branch.
4
inputs:
5
github_token:
6
description: Token for the GitHub API.
7
required: true
8
+ skip_labels:
9
+ description: Blacklist of labels which when added to a PR, this action will be skipped
10
+ required: true
11
runs:
- using: node12
12
+ using: node16
13
main: dist/index.js
14
branding:
15
icon: refresh-cw
dist/index.js.cache
96 Bytes
0 commit comments