ropensci-review-tools / roreviewapi

API endpoint for package reviews via ropensci-review-bot
https://docs.ropensci.org/roreviewapi
4 stars 1 forks source link

dump response from editorcheck straight into github issue #1

Closed mpadge closed 3 years ago

mpadge commented 3 years ago

Because buffy times out, and can not be made to safely wait for a full package check. @xuanxu make the brilliant suggestion that we could just get pkgreport to dump the contents straight back into the issue. Short of intermediate storage and subsequent re-delivery by a second service, this seems the only workable way to get full package check results auto-pasted into an issue.

mpadge commented 3 years ago

Need to also pass some context info through to the endpoint to identify issue in which content is to be dumped. The context parameters are here.

mpadge commented 3 years ago

This is now all taken care of via the roreviewapi package.