ropensci-org / buffy

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

External service for approve responder isn't working #99

Open mpadge opened 1 year ago

mpadge commented 1 year ago

We currently have our approve responder configured like this: https://github.com/ropensci-org/buffy/blob/044d630b554a7963aa2a1d8febe9422edd5643bd/config/settings-production.yml#L68-L84 The external service calls this plumber function which in turn calls roreviewapi::readme_badge(). That function should then confirm in the issue whether the repo has an rOpenSci badge in its README. That external call is, however, not made.

The external service in the welcome responder works: https://github.com/ropensci-org/buffy/blob/044d630b554a7963aa2a1d8febe9422edd5643bd/config/settings-production.yml#L27-L40