-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
rustbot: Add autolabeling for T-compiler
#91819
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Note: This will likely conflict with #91817, so this should land after the other PR. |
I'm not sure what the best way for the compiler team to decide on this is—an MCP doesn't seem right, since this is a small change. I'll just nominate it. |
cc @jackh726 – I know you were interested in having this |
☔ The latest upstream changes (presumably #91825) made this pull request unmergeable. Please resolve the merge conflicts. |
I don't think this really needs an MCP or nomination. There are no code changes here and it doesn't really affect anything other than just PR triage, I think (unless a PR is mislabeled and gets missed, but I think that's unlikely). I'm going to go ahead and say r=me once rebased. But I'd like to tag @rust-lang/wg-triage @rust-lang/wg-prioritization, since those are the people this really affects. |
really cool @camelid thanks! |
This commit adds autolabeling for the `T-compiler` label, for PRs that modify rustc's source code or tests (currently only `src/test/ui`). This is possible now that rust-lang/triagebot#1321 has landed.
1e12deb
to
1f65adf
Compare
I'm actually going to hold off on approving this for now because of rust-lang/triagebot#1535 (comment). |
@bors r=jackh726 rollup |
📌 Commit 1f65adf has been approved by |
Underlying issue should be fixed: rust-lang/triagebot#1535 (comment) |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#91086 (Implement `TryFrom<&'_ mut [T]>` for `[T; N]`) - rust-lang#91091 (Stabilize `ControlFlow::{is_break, is_continue}`) - rust-lang#91749 (BTree: improve public descriptions and comments) - rust-lang#91819 (rustbot: Add autolabeling for `T-compiler`) - rust-lang#91824 (Make `(*mut T)::write_bytes` `const`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit adds autolabeling for the
T-compiler
label, for PRs thatmodify rustc's source code or tests (currently only
src/test/ui
).This is possible now that rust-lang/triagebot#1321 has landed.