We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ec076 commit 028fdc8Copy full SHA for 028fdc8
1 file changed
triagebot.toml
@@ -22,6 +22,18 @@ exclude_labels = [
22
"C-tracking-issue",
23
]
24
25
+[autolabel."A-CI"]
26
+trigger_files = [
27
+ "/.github/",
28
+ "/check_diff/",
29
+ "/ci/",
30
+]
31
+
32
+[autolabel."A-meta"]
33
34
+ "/triagebot.toml",
35
36
37
# ------------------------------------------------------------------------------
38
# PR review
39
0 commit comments