Skip to content
/ rust Public
forked from rust-lang/rust

Commit 5a9d98d

Browse files
authored
Rollup merge of rust-lang#138801 - lolbinarycat:triagebot-autolabel-138565, r=Noratrieb
triagebot: add autolabel rules for D-* and L-* fixes rust-lang#138565 r? `@Noratrieb`
2 parents 66c3566 + f0c0862 commit 5a9d98d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

triagebot.toml

+17
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,23 @@ exclude_labels = [
307307
"T-*",
308308
]
309309

310+
trigger_labels = [
311+
"D-*",
312+
"A-diagnostics",
313+
]
314+
315+
[autolabel."A-diagnostics"]
316+
317+
trigger_labels = [
318+
"D-*",
319+
]
320+
321+
[autolabel."A-lints"]
322+
323+
trigger_labels = [
324+
"L-*",
325+
]
326+
310327
[autolabel."T-libs"]
311328
trigger_files = [
312329
"library/alloc",

0 commit comments

Comments
 (0)