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
In the Quarkus project, we used to have labels like triage/backport? (i.e. something that should be considered for backport but is not certain to be backported).
When working on some automation, I stumbled upon the fact that updating the label name via the API was not possible as the ? is not correctly escaped in the URI, thus the label not being found when fetched.
Describe the bug
In the Quarkus project, we used to have labels like
triage/backport?
(i.e. something that should be considered for backport but is not certain to be backported).When working on some automation, I stumbled upon the fact that updating the label name via the API was not possible as the
?
is not correctly escaped in the URI, thus the label not being found when fetched.would fail.
I wanted to log the problem so that we don't forget about it.
I renamed our labels for the time being.
I'll try to contribute a fix soon but feel free to beat me to it :).
The text was updated successfully, but these errors were encountered: