Skip to content

Commit fa80c70

Browse files
committed
update allowed-update-types description
1 parent 71d5f70 commit fa80c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: true
1010
description: 'Comma separated list of usernames auto merge is allowed for'
1111
allowed-update-types:
12-
description: 'Comma separated list of types of updates that are allowed. Supported: [devDependencies|dependencies]:[major|minor|patch]'
12+
description: 'Comma separated list of types of updates that are allowed. Supported: [devDependencies|dependencies]:[major|minor|patch|premajor|preminor|prerelease]'
1313
default: 'devDependencies:minor, devDependencies:patch'
1414
approve:
1515
description: 'Automatically approve the PR if it qualifies for auto merge'

0 commit comments

Comments
 (0)