Skip to content

Commit

Permalink
feat: Add optional input force-review, fixes hmarr#206
Browse files Browse the repository at this point in the history
When force-review is true, re-approves the pull request even if current
review state is already approved
  • Loading branch information
vincejv committed Oct 20, 2022
1 parent a740555 commit 2179d71
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 226 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
review-message:
description: '(optional) The message of the pull request review.'
required: false
force-review:
description: '(optional) Re-approves the PR even if status is already approved. Used for cases when a PR requests for a re-review.'
required: false
runs:
using: 'node16'
main: 'dist/index.js'

0 comments on commit 2179d71

Please sign in to comment.