Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid failing on label removal errors #11

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

jcw-
Copy link
Contributor

@jcw- jcw- commented Dec 1, 2021

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 thehanimo merged commit 144cc74 into thehanimo:main Dec 2, 2021
@thehanimo
Copy link
Owner

Released v1.3.4!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants