]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
4     "D-*",
5     "requires-nightly",
6     # I-* without I-nominated
7     "I-*", "!I-nominated",
8     "AsyncAwait-OnDeck",
9 ]
10
11 [assign]
12
13 [ping.icebreakers-llvm]
14 alias = ["llvm", "llvms"]
15 message = """\
16 Hey LLVM ICE-breakers! This bug has been identified as a good
17 "LLVM ICE-breaking candidate". In case it's useful, here are some
18 [instructions] for tackling these sorts of bugs. Maybe take a look?
19 Thanks! <3
20
21 [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html
22 """
23 label = "ICEBreaker-LLVM"
24
25 [ping.icebreakers-cleanup-crew]
26 alias = ["cleanup", "cleanups", "shrink", "reduce", "bisect"]
27 message = """\
28 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
29 "Cleanup ICE-breaking candidate". In case it's useful, here are some
30 [instructions] for tackling these sorts of bugs. Maybe take a look?
31 Thanks! <3
32
33 [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html
34 """
35 label = "ICEBreaker-Cleanup-Crew"