Skip to content

Commit

Permalink
docs: Clarified what the param does
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemerrett committed Aug 26, 2024
1 parent fab8ff2 commit 074d17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
|ignore_authors|no|`tom, renovate`|Usernames of PR creators who's PRs will be ignored|
|ignore_draft_prs|no|`false`|Whether we should ignore draft PRs when checking reviews, defaults to false|
|ignore_labels|no|`do not merge, blocked`|If provided any PRs with these labels will skip the review reminder check|
|ignore_prs_with_failing_checks|no|`false`|If the PR has any failing status checks, ignore it|
|ignore_prs_with_failing_checks|no|`false`|If the PR has any pending or failing status checks, ignore it|

## Development

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
description: 'If provided any PRs with these labels will skip the review reminder check'
required: false
ignore_prs_with_failing_checks:
description: 'If the PR has any failing status checks, ignore it'
description: 'If the PR has any pending or failing status checks, ignore it'
required: true
default: false
runs:
Expand Down

0 comments on commit 074d17d

Please sign in to comment.