]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Delete Decoder::read_struct_field
[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 [autolabel."T-rustdoc"]
95 trigger_files = [
96     # Source code
97     "src/librustdoc",
98     "src/tools/rustdoc",
99     "src/rustdoc-json-types",
100
101     # Tests
102     "src/test/rustdoc",
103     "src/test/rustdoc-ui",
104     "src/test/rustdoc-gui",
105     "src/test/rustdoc-js",
106     "src/test/rustdoc-js-std",
107     "src/test/rustdoc-json",
108
109     # Internal tooling
110     "src/etc/htmldocck.py",
111     "src/tools/jsondocck",
112     "src/tools/rustdoc-gui",
113     "src/tools/rustdoc-js",
114     "src/tools/rustdoc-themes",
115 ]
116 exclude_labels = [
117     "T-*",
118 ]
119
120 [autolabel."T-compiler"]
121 trigger_files = [
122     # Source code
123     "compiler",
124
125     # Tests
126     "src/test/ui",
127 ]
128 exclude_labels = [
129     "T-*",
130 ]
131
132 [notify-zulip."I-prioritize"]
133 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
134 topic = "#{number} {title}"
135 message_on_add = """\
136 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
137
138 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
139 - Priority?
140 - Regression?
141 - Notify people/groups?
142 - Needs `I-nominated`?
143 """
144 message_on_remove = "Issue #{number}'s prioritization request has been removed."
145 message_on_close = "Issue #{number} has been closed while requested for prioritization."
146 message_on_reopen = "Issue #{number} has been reopened."
147
148 [notify-zulip."T-rustdoc"]
149 required_labels = ["I-nominated"]
150 zulip_stream = 266220 # #rustdoc
151 topic = "nominated: #{number}"
152 message_on_add = """\
153 @*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion.
154 """
155 message_on_remove = "Issue #{number}'s nomination request has been removed."
156
157 [notify-zulip."A-edition-2021"]
158 required_labels = ["C-bug"]
159 zulip_stream = 268952 # #edition 2021
160 topic = "Edition Bugs"
161 message_on_add = """\
162 Issue #{number} "{title}" has been added.
163 """
164
165 [github-releases]
166 format = "rustc"
167 project-name = "Rust"
168 changelog-path = "RELEASES.md"
169 changelog-branch = "master"
170
171 [shortcut]