thehanimo / pr-title-checker

An action to automatically check if pull request titles conform to Contribution Guidelines
MIT License
109 stars 36 forks source link

Avoid failing on label removal errors #11

Closed jcw- closed 2 years ago

jcw- commented 2 years ago

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".

thehanimo commented 2 years ago

Released v1.3.4!