ropensci-org / buffy

Editorial bots generator
https://buffy-ropensci.readthedocs.io/en/latest/
MIT License
1 stars 2 forks source link

Command to re-issue an invitation to the org and team #67

Closed maelle closed 2 years ago

maelle commented 2 years ago

Currently the approve command issues an invitation to the package author.

That invitation expires after one week.

Could there be a command that the author uses to re-issue an invitation, maybe @ropensci-review-bot re-invite me to ropensci?

Better ideas for words @mpadge?

mpadge commented 2 years ago

Good question? "re-invite" is probably not great, because there's bound to be confusion about "reinvite" vs "re-invite". Why not just @ropensci-review-bot invite me to ropensci? Whether or not it's "re" is not important here.

maelle commented 2 years ago

I like that!

xuanxu commented 2 years ago

:+1: To create an invitation we need the name of the package so I guess the command should be: @ropensci-review-bot invite me to ropensci/package-name Right?

maelle commented 2 years ago

right!

but in that case could we make the finalize command respond to both @ropensci-review-bot finalize transfer of package-name and @ropensci-review-bot finalize transfer of ropensci/package-name?

maelle commented 2 years ago

See #74 and https://github.com/ropensci/software-review/pull/538/files

Thanks again @xuanxu!