Skip to content

Commit 6da1998

Browse files
authored
Merge pull request #4368 from tgross35/triagebot-ctest
Make triagebot aware of labels related to `ctest`
2 parents 2a07050 + 0096196 commit 6da1998

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

triagebot.toml

Lines changed: 7 additions & 0 deletions
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)