electron / trop

automate the backporting process
MIT License
76 stars 31 forks source link

chore: reset check started_at time when running backportable check #294

Closed dsanders11 closed 6 months ago

dsanders11 commented 6 months ago

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.