@@ -99,94 +99,3 @@ message_on_add = """\
99
99
- Needs `I-nominated`?
100
100
"""
101
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
- """
0 commit comments