Skip to content

Commit 0096196

Browse files
committed
Make triagebot aware of labels related to ctest
1 parent d834ef5 commit 0096196

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ allow-unauthenticated = [
33
"C-*",
44
"O-*",
55
"S-*",
6+
"ctest",
67
"stable-nominated",
78
]
89

@@ -152,6 +153,12 @@ trigger_files = [
152153
"src/vxworks/x86_64.rs",
153154
]
154155

156+
[autolabel.ctest]
157+
trigger_files = [
158+
"ctest",
159+
"ctest-test",
160+
]
161+
155162
[review-submitted]
156163
# These labels are removed when a review is submitted.
157164
review_labels = ["S-waiting-on-review"]

0 commit comments

Comments
 (0)