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

fixes #138565
This commit is contained in:
binarycat
2025-03-21 15:05:35 -05:00
parent d497e43a16
commit f0c0862a2b

View File

@@ -308,6 +308,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",