Skip to content

Commit 10f982d

Browse files
committed
Add some more autolabels
1 parent 1512ce5 commit 10f982d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Diff for: triagebot.toml

+37
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ trigger_files = [
181181
"x.py",
182182
"src/bootstrap",
183183
"src/tools/rust-installer",
184+
"configure",
185+
"Cargo.toml",
186+
"Cargo.lock",
187+
"config.toml.example",
188+
"src/stage0.json"
184189
]
185190

186191
[autolabel."T-infra"]
@@ -203,6 +208,38 @@ trigger_files = [
203208
"compiler/rustc_macros/src/query.rs"
204209
]
205210

211+
[autolabel."A-testsuite"]
212+
trigger_files = [
213+
"src/test",
214+
"src/ci",
215+
"src/tools/compiletest",
216+
"src/tools/cargotest",
217+
"src/tools/tidy",
218+
"src/tools/remote-test-server",
219+
"src/tools/remote-test-client",
220+
"src/tools/tier-check"
221+
]
222+
223+
[autolabel."A-meta"]
224+
trigger_files = [
225+
"triagebot.toml",
226+
"rustfmt.toml",
227+
"LICENSES",
228+
"README.md",
229+
"CONTRIBUTING.md",
230+
".reuse",
231+
".mailmap",
232+
".git-blame-ignore-revs",
233+
".editorconfig"
234+
]
235+
236+
[autolabel."T-release"]
237+
trigger_files = [
238+
"RELEASES.md",
239+
"src/stage0.json",
240+
"src/version"
241+
]
242+
206243
[notify-zulip."I-prioritize"]
207244
zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
208245
topic = "#{number} {title}"

0 commit comments

Comments
 (0)