Rollup merge of #143841 - jieyouxu:clippy-autolabel, r=fmease

Label clippy changes with `T-clippy`

- Commits {1,2} are just drive-by housekeeping, no functional changes.
- Commit 3 adds an autolabel for `src/tools/clippy` to be labelled with https://github.com/rust-lang/rust/labels/T-clippy.

r? `@apiraino` (or clippy, or anyone really)
This commit is contained in:
León Orell Valerian Liehr 2025-07-13 07:21:25 +02:00 committed by GitHub
commit 155eadf990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -171,6 +171,19 @@ adjusting release notes. Could you take a look if available? Thanks <3
[prioritize]
label = "I-prioritize"
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."S-waiting-on-author"]
new_draft = true
[autolabel."needs-triage"]
new_issue = true
exclude_labels = [
"C-tracking-issue",
"A-diagnostics",
]
[autolabel."I-prioritize"]
trigger_labels = [
"regression-untriaged",
@ -216,7 +229,6 @@ trigger_files = [
exclude_labels = [
"T-*",
]
trigger_labels = [
"A-rustdoc-json",
"A-rustdoc-type-layout",
@ -265,7 +277,6 @@ trigger_labels = [
"A-rustdoc-ui",
"A-rustdoc-js",
]
trigger_files = [
"src/librustdoc/html/",
"tests/rustdoc/",
@ -281,7 +292,6 @@ trigger_files = [
"tests/rustdoc-js/",
"tests/rustdoc-js-std",
]
trigger_labels = [
"A-type-based-search",
]
@ -311,20 +321,17 @@ trigger_files = [
exclude_labels = [
"T-*",
]
trigger_labels = [
"D-*",
"A-diagnostics",
]
[autolabel."A-diagnostics"]
trigger_labels = [
"D-*",
]
[autolabel."A-lints"]
trigger_labels = [
"L-*",
]
@ -532,19 +539,6 @@ trigger_files = [
"src/version"
]
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."S-waiting-on-author"]
new_draft = true
[autolabel."needs-triage"]
new_issue = true
exclude_labels = [
"C-tracking-issue",
"A-diagnostics",
]
[autolabel."WG-trait-system-refactor"]
trigger_files = [
"compiler/rustc_next_trait_solver",
@ -600,6 +594,10 @@ trigger_files = [
"compiler/rustc_codegen_llvm",
]
[autolabel."T-clippy"]
trigger_files = [
"src/tools/clippy",
]
# ------------------------------------------------------------------------------
# Prioritization and team nominations