Skip to content

Avoid failing on label removal errors#11

Merged
thehanimo merged 1 commit into
thehanimo:mainfrom
GetJobber:avoid-label-removal-fails
Dec 2, 2021
Merged

Avoid failing on label removal errors#11
thehanimo merged 1 commit into
thehanimo:mainfrom
GetJobber:avoid-label-removal-fails

Conversation

@jcw-

@jcw- jcw- commented Dec 1, 2021

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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