trop
trop copied to clipboard
chore: reset check started_at time when running backportable check
Currently the completed_at time gets set on each successful check but the started_at time reflects when the check was first created. Since checks get re-run each time a PR is modified (edited, labels touched, etc), but the same GitHub check run is reused, this can lead to increasingly long "completed in X" times which are confusing and misleading.