Skip to content

Commit 96102c7

Browse files
Add T-bootstrap label to tools
1 parent 8d321f7 commit 96102c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

triagebot.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,17 @@ trigger_files = [
186186
"configure",
187187
"Cargo.toml",
188188
"config.example.toml",
189-
"src/stage0.json"
189+
"src/stage0.json",
190+
"src/tools/compiletest",
191+
"src/tools/tidy",
190192
]
191193

192194
[autolabel."T-infra"]
193195
trigger_files = [
194196
"src/ci",
195197
"src/tools/bump-stage0",
198+
"src/tools/cargotest",
199+
"src/tools/tier-check",
196200
]
197201

198202
[autolabel."T-style"]

0 commit comments

Comments
 (0)