-
Notifications
You must be signed in to change notification settings - Fork 85
Missing label in a ping definition causes the ping to fail #1992
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
Comments
Or maybe it's just the |
The label for that ping does not exist:
Perhaps it should be A-rust-for-linux? |
Weird. Let me double check. |
You're right -- both the labels referenced are outdated in I do wonder if it might make sense for triagebot to loudly complain if a ping group becomes misconfigured? Idk, it's hard to figure out why it's not working otherwise. |
There is very basic validation done in https://github.com/rust-lang/triagebot//blob/HEAD/src/handlers/validate_config.rs. It sounds reasonable to me to continue extending that to check things like "does label exist". I think it should be fine to add that in terms of API points and time budget as long as we don't go overboard. It also seems reasonable to me to have the ping handler just log errors about missing labels, but otherwise continue to process the ping (instead of just stopping). Those should be relatively easy changes if anyone is interested in trying. |
Fix Rust for Linux ping group label Noticed in rust-lang#140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. `@rustbot` label: +A-rust-for-linux
Fix Rust for Linux ping group label Noticed in rust-lang#140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. ``@rustbot`` label: +A-rust-for-linux
Fix Rust for Linux ping group label Noticed in rust-lang#140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. ```@rustbot``` label: +A-rust-for-linux
Rollup merge of rust-lang#141139 - jieyouxu:fix-rfl, r=Urgau Fix Rust for Linux ping group label Noticed in rust-lang#140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. ```@rustbot``` label: +A-rust-for-linux
Fix Rust for Linux ping group label Noticed in rust-lang/rust#140966 (comment). Seems like a broken label can cause the triagebot ping message to not be issued. See rust-lang/triagebot#1992. ```@rustbot``` label: +A-rust-for-linux
E.g. rust-lang/rust#140966 (comment), seems like
@rustbot ping rfl
is not working (at least sometimes?).The text was updated successfully, but these errors were encountered: