rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 75 forks source link

T-compiler meeting agenda: add Zulip discussion links to MCPs and FCPs #1724

Closed apiraino closed 9 months ago

apiraino commented 9 months ago

MCPs and FCPs all have a corresponding Zulip chat link for discussion before being approved (or declined).

In order to facilitate reaching this discussion happening on Zulip, this patch retrieves the first comment of an MCP/FCP, parses the corresponding Zulip link and add it to the T-compiler agenda.

Example of how the list of MCP/FCP look before this patch:

Example of how the list of MCP/FCP look after this patch:

This idea was mentioned in a T-compiler meeting (on Zulip, of course).

Thanks for looking at this patch!

r? @spastorino