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:
commit
5a9d98d1d3
1 changed files with 17 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue