buffy
buffy copied to clipboard
Possible to have reminders accept multiple usernames?
:wave: Hi. Thanks for creating buffy as my experience of using it through JOSS's editorialbot has been fantastic. At the moment there are reminders which
https://github.com/openjournals/buffy/blob/66fd7dd285aa5e2404b58e7009299901977ddd81/docs/responders/reminders.md?plain=1#L7-L14
At the start of a review for JOSS I usually like to set reminders for all reviewers so that they get a nonjudgmental remindre from a bot after 2-3 weeks (c.f. https://github.com/openjournals/joss-reviews/issues/5789#issuecomment-1706886640). However, this can be noisy as there buffy currently requires a single username to be provided, and so there are 2n comments made on the review for each reminder.
Would it be at all feasible for buffy to accept both a single username
@botname remind @usernameA in 2 weeks
as well as a comma seperated list of usernames
@botname remind @usernameA, @usernameB, @usernameC in 2 weeks
?