@@ -183,17 +183,16 @@ upcoming meeting (creating it if it does not already exist):
183
183
``` text
184
184
Hello @*T-compiler/meeting*, triage meeting in about 2h.
185
185
Pre-triage done in #**t-compiler/prioritization/alerts**.
186
- Meeting agenda [on HackMD](https://hackmd.io/link_to_hackmd_agenda )
186
+ Meeting agenda [on HackMD](https://hackmd.io/aaabbbccc123456 )
187
187
```
188
188
189
189
It is always recommended to re-run the generator and copy any new details over to the agenda as
190
190
issue statuses on GitHub may have changed.
191
191
192
192
After the meeting, there are a few closing tasks:
193
193
194
- - Lock the agenda on HackMD assigning write permissions to ` Owners ` . Download the Markdown file and
195
- commit the agenda as minutes to the ` compiler-team ` repository.
196
- - Remove the ` to-announce ` label from [ MCPs] [ mcps ] , unless this label was added exactly during
194
+ - Lock the agenda on HackMD assigning write permissions to ` Owners ` .
195
+ - Remove the ` to-announce ` label from [ MCPs] , unless this label was added exactly during
197
196
the meeting (and therefore will be seen during the following meeting).
198
197
- Remove ` to-announce ` FCPs from [ ` rust-lang/rust ` ] [ rust_announce ] , [ ` compiler-team ` ] [ team_announce ]
199
198
and the [ forge] [ forge_announce ] . Same disclaimer as before regarding changes during the meeting.
@@ -206,16 +205,15 @@ After the meeting, there are a few closing tasks:
206
205
- To decline a backport, simply remove ` {beta,stable}-nominated ` label. Add a comment on Github
207
206
explaining why the backport was declined and link the Zulip discussion.
208
207
- Remove [ ` I-compiler-nominated ` ] [ compiler_nominated ] label from issues that were discussed.
209
- Sometimes not all nominated issues are discussed (because of time constraints). In this example,
210
- the ` I-compiler-nominated ` will stick until next meeting. Create a new agenda stub for the
211
- following.
208
+ Sometimes not all nominated issues are discussed (because of time constraints) and can slip to the
209
+ next meeting.
212
210
213
211
[ beta_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Abeta-nominated+-label%3Abeta-accepted
214
212
[ stable_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Astable-nominated+-label%3Astable-accepted
215
- [ rust_announce ] : https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
216
- [ team_announce ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
217
- [ forge_announce ] : https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period+label% 3Ato-announce
213
+ [ rust_announce ] : https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
214
+ [ team_announce ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
215
+ [ forge_announce ] : https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period%20label% 3Ato-announce%20is%3Aissue
218
216
[ fcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
219
- [ mcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label% 3Ato-announce
217
+ [ mcps ] : https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20label% 3Ato-announce%20is%3Aissue
220
218
[ release_backports ] : ../release/backporting.md
221
219
[ compiler_nominated ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-compiler-nominated+label%3AT-compiler
0 commit comments