Skip to content

Commit

Permalink
chore: reset check started_at time when running backportable check
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed May 9, 2024
1 parent 437f374 commit 353eca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ export const backportImpl = async (
context.repo({
check_run_id: checkRun.id,
name: checkRun.name,
started_at: new Date().toISOString(),
status: 'in_progress' as 'in_progress',
}),
);
Expand Down

0 comments on commit 353eca2

Please sign in to comment.