]> git.lizzy.rs Git - rust.git/blob - triagebot.toml
Revert "Suppress debuginfo on naked function arguments"
[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
46 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
47 """
48 label = "O-windows"
49
50 [ping.arm]
51 message = """\
52 Hey ARM Group! This bug has been identified as a good "ARM candidate".
53 In case it's useful, here are some [instructions] for tackling these sorts of
54 bugs. Maybe take a look?
55 Thanks! <3
56
57 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
58 """
59 label = "O-ARM"
60
61 [ping.risc-v]
62 message = """\
63 Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
64 In case it's useful, here are some [instructions] for tackling these sorts of
65 bugs. Maybe take a look?
66 Thanks! <3
67
68 [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
69 """
70 label = "O-riscv"
71
72 [prioritize]
73 label = "I-prioritize"
74
75 [autolabel."I-prioritize"]
76 trigger_labels = [
77     "regression-from-stable-to-stable",
78     "regression-from-stable-to-beta",
79     "regression-from-stable-to-nightly",
80     "I-unsound ðŸ’¥",
81 ]
82 exclude_labels = [
83     "P-*",
84     "T-infra",
85     "T-release",
86     "requires-nightly",
87 ]
88
89 [notify-zulip."I-prioritize"]
90 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
91 topic = "I-prioritize #{number} {title}"
92 message_on_add = """\
93 @*WG-prioritization/alerts* issue #{number} has been requested for prioritization.
94
95 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label)
96 - Priority?
97 - Regression?
98 - Notify people/groups?
99 - Needs `I-nominated`?
100 """
101 message_on_remove = "Issue #{number}'s prioritization request has been removed."
102
103 [notify-zulip."I-nominated"]
104 required_labels = ["T-compiler"]
105 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
106 topic = "I-nominated #{number} {title}"
107 message_on_add = """\
108 @*WG-prioritization/alerts* #{number} has been nominated for discussion in `T-compiler` meeting.
109
110 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-i-nominated-issues)
111 - Already discussed?
112 - Worth the meeting time?
113 - Add agenda entry:
114   - Why nominated?
115   - Assignee?
116   - Issue? PR? What's the status?
117   - Summary and important details?
118 """
119 message_on_remove = "#{number}'s nomination has been removed."
120
121 [notify-zulip."beta-nominated"]
122 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
123 topic = "Backport #{number} {title}"
124 message_on_add = """\
125 @*WG-prioritization/alerts* PR #{number} has been requested for beta backport.
126
127 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-stablebeta-nominations)
128 Prepare agenda entry:
129 - Why nominated?
130 - Author, assignee?
131 - Important details?
132 """
133 message_on_remove = "PR #{number}'s beta backport request has been removed."
134
135 [notify-zulip."stable-nominated"]
136 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
137 topic = "Backport #{number} {title}"
138 message_on_add = """\
139 @*WG-prioritization/alerts* PR #{number} has been requested for stable backport.
140
141 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-stablebeta-nominations)
142 Prepare agenda entry:
143 - Why nominated?
144 - Author, assignee?
145 - Important details?
146 """
147 message_on_remove = "PR #{number}'s stable backport request has been removed."
148
149 [notify-zulip."S-waiting-on-team"]
150 required_labels = ["T-compiler"]
151 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
152 topic = "S-waiting-on-team #{number} {title}"
153 message_on_add = """\
154 @*WG-prioritization/alerts* PR #{number} is waiting on `T-compiler`.
155
156 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-prs-waiting-on-team)
157 - Prepare agenda entry:
158   - What is it waiting for?
159   - Important details?
160 - Could be resolved quickly? Tag `I-nominated`.
161 """
162 message_on_remove = "PR #{number}'s is no longer waiting on `T-compiler`."
163
164 [notify-zulip."P-critical"]
165 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
166 topic = "P-critical #{number} {title}"
167 message_on_add = """\
168 @*WG-prioritization/alerts* issue #{number} has been assigned `P-critical`.
169
170 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-p-critical-and-unassigned-p-high-regressions)
171 - Notify people/groups?
172 - Assign if possible?
173 - Add to agenda:
174   - Assignee?
175   - Summary and important details?
176 - Other actions to move forward?
177 """
178
179 [notify-zulip."P-high"]
180 required_labels = ["regression-from-stable-to-[bn]*"] # only nightly and beta regressions
181 zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts
182 topic = "P-high regression #{number} {title}"
183 message_on_add = """\
184 @*WG-prioritization/alerts* issue #{number} has been assigned `P-high` and is a regression.
185
186 # [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#summarize-p-critical-and-unassigned-p-high-regressions)
187 Is issue assigned? If not:
188 - Try to find an assignee?
189 - Otherwise add to agenda:
190   - Mark as unassigned.
191   - Summary and important details?
192 """