From 074d17d49e315bd098b76ea48d64a9668605b6c5 Mon Sep 17 00:00:00 2001 From: Luke Merrett Date: Mon, 26 Aug 2024 09:40:04 +0100 Subject: [PATCH] docs: Clarified what the param does --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6007179..59cde06 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 062cc60..12a5853 100644 --- a/action.yml +++ b/action.yml @@ -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: