We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5714012 commit 974412bCopy full SHA for 974412b
action.yml
@@ -38,6 +38,9 @@ inputs:
38
lock-pullrequest-aftermerge:
39
description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge"
40
default: "true"
41
+ suggest-recheck:
42
+ description: "Controls whether or not the action's comment should suggest that users comment `recheck`."
43
+ default: "true"
44
runs:
45
using: "node20"
46
main: 'dist/index.js'
0 commit comments