]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Clarify errors and warnings about the transition to the new asm!
[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 [glacier]
14
15 [ping.icebreakers-llvm]
16 alias = ["llvm", "llvms"]
17 message = """\
18 Hey LLVM ICE-breakers! This bug has been identified as a good
19 "LLVM ICE-breaking candidate". In case it's useful, here are some
20 [instructions] for tackling these sorts of bugs. Maybe take a look?
21 Thanks! <3
22
23 [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/llvm.html
24 """
25 label = "ICEBreaker-LLVM"
26
27 [ping.icebreakers-cleanup-crew]
28 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
29 message = """\
30 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
31 "Cleanup ICE-breaking candidate". In case it's useful, here are some
32 [instructions] for tackling these sorts of bugs. Maybe take a look?
33 Thanks! <3
34
35 [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker/cleanup-crew.html
36 """
37 label = "ICEBreaker-Cleanup-Crew"
38
39 [prioritize]
40 label = "I-prioritize"
41 prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]
42 exclude_labels = [
43     "P-*",
44     "T-infra",
45     "T-release",
46 ]
47 zulip_stream = 227806