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