There's a race condition if multiple changes are made to a PR, where one run removes the label while the second run tries to remove it but it isn't there anymore and it fails out the check, when really we probably just want to log it.
This PR makes errors while removing the label "log only" instead of "fail the check".
There's a race condition if multiple changes are made to a PR, where one run removes the label while the second run tries to remove it but it isn't there anymore and it fails out the check, when really we probably just want to log it.
This PR makes errors while removing the label "log only" instead of "fail the check".