Skip to content

Commit

Permalink
fix: update title when Check is reset (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Apr 6, 2021
1 parent 91340e4 commit 322f0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-review-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 322f0a6

Please sign in to comment.