diff --git a/src/api-review-state.ts b/src/api-review-state.ts index 13906e5..6822f07 100644 --- a/src/api-review-state.ts +++ b/src/api-review-state.ts @@ -57,6 +57,7 @@ export async function addOrUpdateAPIReviewCheck( repo: pr.head.repo.name, name: API_REVIEW_CHECK_NAME, status: 'completed', + title: 'PR no longer requires API Review', check_run_id: checkRun.id, conclusion: CheckRunStatus.NEUTRAL, });