Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0c0862

Browse files
committedMar 21, 2025
triagebot: add autolabel rules for D-* and L-*
fixes #138565
1 parent d497e43 commit f0c0862

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
@@ -308,6 +308,23 @@ exclude_labels = [
308308
"T-*",
309309
]
310310

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

0 commit comments

Comments
 (0)
Failed to load comments.