diff --git a/scripts/ci/pr-bot/shared/checks.ts b/scripts/ci/pr-bot/shared/checks.ts index f27830a1dc29..187ff5771f96 100644 --- a/scripts/ci/pr-bot/shared/checks.ts +++ b/scripts/ci/pr-bot/shared/checks.ts @@ -40,7 +40,8 @@ export async function getChecksStatus( } if ( mostRecentChecks[i].conclusion != "success" && - mostRecentChecks[i].conclusion != "skipped" + mostRecentChecks[i].conclusion != "skipped" && + mostRecentChecks[i].conclusion != "neutral" ) { checkStatus.succeeded = false; }