Rollup merge of #138801 - lolbinarycat:triagebot-autolabel-138565, r=Noratrieb

triagebot: add autolabel rules for D-* and L-*

fixes #138565

r? `@Noratrieb`
This commit is contained in:
Matthias Krüger
2025-03-22 12:00:51 +01:00
committed by GitHub
+17
View File
@@ -307,6 +307,23 @@ exclude_labels = [
"T-*",
]
trigger_labels = [
"D-*",
"A-diagnostics",
]
[autolabel."A-diagnostics"]
trigger_labels = [
"D-*",
]
[autolabel."A-lints"]
trigger_labels = [
"L-*",
]
[autolabel."T-libs"]
trigger_files = [
"library/alloc",