Skip to content

Commit d19cf95

Browse files
authored
Merge pull request #4 from bigbinary/node_upgrade
Node upgrade to 16
2 parents 0f17a8f + 7170c55 commit d19cf95

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Auto-update
2-
author: Thibault Derousseaux <tibdex@gmail.com>
2+
author: Unnikrishnan KP
33
description: Automatically keep pull requests with auto-merged enabled up to date with their base branch.
44
inputs:
55
github_token:
66
description: Token for the GitHub API.
77
required: true
8+
skip_labels:
9+
description: Blacklist of labels which when added to a PR, this action will be skipped
10+
required: true
811
runs:
9-
using: node12
12+
using: node16
1013
main: dist/index.js
1114
branding:
1215
icon: refresh-cw

dist/index.js.cache

96 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)