]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
don't alloc Path and mutate it inplace
[rust.git] / triagebot.toml
1 [relabel]
2 allow-unauthenticated = [
3     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
4     "D-*",
5     "needs-fcp",
6     "relnotes",
7     "requires-nightly",
8     "regression-*",
9     "perf-*",
10     # I-* without I-*nominated
11     "I-*", "!I-*nominated",
12     "AsyncAwait-OnDeck",
13 ]
14
15 [assign]
16
17 [glacier]
18
19 [ping.icebreakers-llvm]
20 alias = ["llvm", "llvms"]
21 message = """\
22 Hey LLVM ICE-breakers! This bug has been identified as a good
23 "LLVM ICE-breaking candidate". In case it's useful, here are some
24 [instructions] for tackling these sorts of bugs. Maybe take a look?
25 Thanks! <3
26
27 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html
28 """
29 label = "ICEBreaker-LLVM"
30
31 [ping.icebreakers-cleanup-crew]
32 alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"]
33 message = """\
34 Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
35 "Cleanup ICE-breaking candidate". In case it's useful, here are some
36 [instructions] for tackling these sorts of bugs. Maybe take a look?
37 Thanks! <3
38
39 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html
40 """
41 label = "ICEBreaker-Cleanup-Crew"
42
43 [ping.windows]
44 message = """\
45 Hey Windows Group! This bug has been identified as a good "Windows candidate".
46 In case it's useful, here are some [instructions] for tackling these sorts of
47 bugs. Maybe take a look?
48 Thanks! <3
49
50 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
51 """
52 label = "O-windows"
53
54 [ping.arm]
55 message = """\
56 Hey ARM Group! This bug has been identified as a good "ARM candidate".
57 In case it's useful, here are some [instructions] for tackling these sorts of
58 bugs. Maybe take a look?
59 Thanks! <3
60
61 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
62 """
63 label = "O-ARM"
64
65 [ping.risc-v]
66 message = """\
67 Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
68 In case it's useful, here are some [instructions] for tackling these sorts of
69 bugs. Maybe take a look?
70 Thanks! <3
71
72 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
73 """
74 label = "O-riscv"
75
76 [prioritize]
77 label = "I-prioritize"
78
79 [autolabel."I-prioritize"]
80 trigger_labels = [
81     "regression-untriaged",
82     "regression-from-stable-to-stable",
83     "regression-from-stable-to-beta",
84     "regression-from-stable-to-nightly",
85     "I-unsound",
86 ]
87 exclude_labels = [
88     "P-*",
89     "T-infra",
90     "T-release",
91     "requires-nightly",
92 ]
93
94 [notify-zulip."I-prioritize"]
95 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
96 topic = "#{number} {title}"
97 message_on_add = """\
98 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
99
100 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
101 - Priority?
102 - Regression?
103 - Notify people/groups?
104 - Needs `I-nominated`?
105 """
106 message_on_remove = "Issue #{number}'s prioritization request has been removed."
107 message_on_close = "Issue #{number} has been closed while requested for prioritization."
108 message_on_reopen = "Issue #{number} has been reopened."
109
110 [notify-zulip."T-rustdoc"]
111 required_labels = ["I-nominated"]
112 zulip_stream = 266220 # #rustdoc
113 topic = "nominated: #{number}"
114 message_on_add = """\
115 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
116 """
117 message_on_remove = "Issue #{number}'s nomination request has been removed."
118
119 [notify-zulip."A-edition-2021"]
120 required_labels = ["C-bug"]
121 zulip_stream = 268952 # #edition 2021
122 topic = "Edition Bugs"
123 message_on_add = """\
124 Issue #{number} "{title}" has been added.
125 """
126
127 [github-releases]
128 format = "rustc"
129 project-name = "Rust"
130 changelog-path = "RELEASES.md"
131 changelog-branch = "master"
132
133 [shortcut]