]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper
[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/notification-groups/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/notification-groups/cleanup-crew.html
36 """
37 label = "ICEBreaker-Cleanup-Crew"
38
39 [ping.windows]
40 message = """\
41 Hey Windows Group! This bug has been identified as a good "Windows candidate".
42 In case it's useful, here are some [instructions] for tackling these sorts of
43 bugs. Maybe take a look?
44 Thanks! <3
45 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
46 """
47 label = "O-windows"
48
49 [ping.arm]
50 message = """\
51 Hey ARM Group! This bug has been identified as a good "ARM candidate".
52 In case it's useful, here are some [instructions] for tackling these sorts of
53 bugs. Maybe take a look?
54 Thanks! <3
55 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
56 """
57 label = "O-ARM"
58
59 [prioritize]
60 label = "I-prioritize"
61 prioritize_on = [
62     "regression-from-stable-to-stable",
63     "regression-from-stable-to-beta",
64     "regression-from-stable-to-nightly",
65     "I-unsound ðŸ’¥",
66 ]
67 exclude_labels = [
68     "P-*",
69     "T-infra",
70     "T-release",
71     "requires-nightly",
72 ]
73 zulip_stream = 227806