You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have an issue with 2 labels A and B (A is exclusive but I don't think that matters). When I remove B via the web interface, then I get a label_updated webhook json with an empty labels array.
When I do this via the api with DELETE /repos/{owner}/{repo}/issues/{index}/labels/{id} I get a correct labels array with A in it.