Thoughts on RFC/stabilization reform in 2019

I’ve started a prototype implementation of some sort of @rfcbot summarize command here: https://github.com/anp/rfcbot-rs/compare/master...mark-i-m:summaries?expand=1

Basically one uses it as follows:

@rfcbot summarize

This is my summary.

Blah blah blah
- a
- bunch
- of
- points

This would cause rfcbot to update the OP by appending the summary (i.e. everything from “This is my summary.” to “- points”.

Does anyone know how to use the Github API to collapse comments? Also, any other feedback is appreciated.