electron / trop

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

fix: race condition with check runs #283

Closed dsanders11 closed 7 months ago

dsanders11 commented 7 months ago

Seeing what looks like a race condition where for some window of time after creating a check run, subsequent requests to get said check run don't find it. This can lead to a forever queued backportable check. This was likely exacerbated by one of the changes in #253.