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
commit 5a9d98d1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",