Skip to content

Commit 974412b

Browse files
authored
Update action.yml with new input param
1 parent 5714012 commit 974412b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ inputs:
3838
lock-pullrequest-aftermerge:
3939
description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge"
4040
default: "true"
41+
suggest-recheck:
42+
description: "Controls whether or not the action's comment should suggest that users comment `recheck`."
43+
default: "true"
4144
runs:
4245
using: "node20"
4346
main: 'dist/index.js'

0 commit comments

Comments
 (0)