andrewiggins / tachometer-reporter-action

Report the results of Polymer/tachometer in a comment for PRs
MIT License
20 stars 4 forks source link

Fix infinite loop #19

Closed andrewiggins closed 3 years ago

andrewiggins commented 3 years ago

A state transition is missing in the bizarre scenario where an action wrote to the lock but did not read the write as successful the first time but did the second time. See https://github.com/preactjs/keyed/pull/95/checks?check_run_id=922412776#step:2:53

Missing transition from acquiring:acquiring to #holding on HELD event