-
Notifications
You must be signed in to change notification settings - Fork 80
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
Main rust repo has "A-macros-2.0" label, rustbot cannot parse this #1903
Comments
happy to have a look at this @rustbot claim |
@safinaskar so, we investigated a little bit here. As you point out, labels with dots are not parsed by the bot, by design (we sanitize the input and remove puncuation).
So, hm ... leaving this open for now 🤷♂ |
@apiraino , so is there a way I can add or remove "A-macros-2.0" labels from issues? |
No, not at this time, sorry. In case ask for help, I think you catched the only case in +800 labels. If we don't come up with a better solution we might choose one of the above (I'd vote for renaming the label after a cursory check at least on our tooling). |
I don't think anyone will be upset if we rename the label to A-macros-2-0 but also just allowing periods in labels seems fine too. if you don't want to do that though I can just rename the label |
I can also rename the label, I just want to be sure we're not breaking (or not overlooking) anything. So I asked on Zulip |
Main rust repo has "A-macros-2.0" label, rustbot cannot parse this.
I just wrote this comment: rust-lang/rust#41430 (comment) . Command
rustbot label: -A-macros-2.0
didn't work. I suspect this is because rustbot's parser doesn't allow dots in label names. So, please, fix rustbot.(There are other solutions, through. One of them is to forbid labels with dots in main rust repo. Another is to give me right to directly set labels. :) )
(Ha-ha, even this repo itself has bad labels, such as "help wanted", which probably will not be parsed by rustbot, too.)
Also, it seems #1633 will fix this bug.
@rustbot label: +A-command-parsing +A-labeling +bug
The text was updated successfully, but these errors were encountered: