We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d321f7 commit 96102c7Copy full SHA for 96102c7
triagebot.toml
@@ -186,13 +186,17 @@ trigger_files = [
186
"configure",
187
"Cargo.toml",
188
"config.example.toml",
189
- "src/stage0.json"
+ "src/stage0.json",
190
+ "src/tools/compiletest",
191
+ "src/tools/tidy",
192
]
193
194
[autolabel."T-infra"]
195
trigger_files = [
196
"src/ci",
197
"src/tools/bump-stage0",
198
+ "src/tools/cargotest",
199
+ "src/tools/tier-check",
200
201
202
[autolabel."T-style"]
0 commit comments