Skip to content

Commit 8011058

Browse files
committed
Make it clearer which key-values belong to which autolabel
1 parent 9535fee commit 8011058

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

triagebot.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ trigger_files = [
216216
exclude_labels = [
217217
"T-*",
218218
]
219-
220219
trigger_labels = [
221220
"A-rustdoc-json",
222221
"A-rustdoc-type-layout",
@@ -265,7 +264,6 @@ trigger_labels = [
265264
"A-rustdoc-ui",
266265
"A-rustdoc-js",
267266
]
268-
269267
trigger_files = [
270268
"src/librustdoc/html/",
271269
"tests/rustdoc/",
@@ -281,7 +279,6 @@ trigger_files = [
281279
"tests/rustdoc-js/",
282280
"tests/rustdoc-js-std",
283281
]
284-
285282
trigger_labels = [
286283
"A-type-based-search",
287284
]
@@ -311,20 +308,17 @@ trigger_files = [
311308
exclude_labels = [
312309
"T-*",
313310
]
314-
315311
trigger_labels = [
316312
"D-*",
317313
"A-diagnostics",
318314
]
319315

320316
[autolabel."A-diagnostics"]
321-
322317
trigger_labels = [
323318
"D-*",
324319
]
325320

326321
[autolabel."A-lints"]
327-
328322
trigger_labels = [
329323
"L-*",
330324
]

0 commit comments

Comments
 (0)