Skip to content

Commit

Permalink
Update action.yml with new input param
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Sep 17, 2024
1 parent 5714012 commit 974412b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ inputs:
lock-pullrequest-aftermerge:
description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge"
default: "true"
suggest-recheck:
description: "Controls whether or not the action's comment should suggest that users comment `recheck`."
default: "true"
runs:
using: "node20"
main: 'dist/index.js'

0 comments on commit 974412b

Please sign in to comment.