microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

issue-labeler 2.6+ update needs a logic change #111

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

The issue-labeler 2.6 updates enforces HTTP errors. An error is being returned when the action attempts to remove a label that does not exist.

Ideally, a check would be in place to see if a label exists before attempting to remove it to prevent the error.

This task tracks following up on a plan to move off v2.5.

makubacki commented 1 year ago

Resolved in PR #202