]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #68985 - daboross:fix-35813, r=Centril
[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 message = """\
15 Hey LLVM ICE-breakers! This bug has been identified as a good
16 "LLVM ICE-breaking candidate". In case it's useful, here are some
17 [instructions] for tackling these sorts of bugs. Maybe take a look?
18 Thanks! <3
19
20 [instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html
21 """
22 label = "ICEBreaker-LLVM"
23
24 [ping.icebreakers-cleanup-crew]
25 message = """\
26 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
27 "Cleanup ICE-breaking candidate". In case it's useful, here are some
28 [instructions] for tackling these sorts of bugs. Maybe take a look?
29 Thanks! <3
30
31 [instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html
32 """
33 label = "ICEBreaker-Cleanup-Crew"