ropensci / software-review-meta

For organizing projects related to rOpenSci Software Peer Review
10 stars 3 forks source link

Keep public lists of reviewers up to date #75

Closed maelle closed 5 years ago

maelle commented 5 years ago

Automate the knitting of the README of software-review via Travis.

For this and for dev_guide trigger one Travis build a day (Zapier? Other ideas @sckott ?)

sckott commented 5 years ago

i assume you mean the list here https://github.com/ropensci/software-review#reviewers ?

sckott commented 5 years ago

i thought github actions might be an option, but looks like I only have it in my personal acct, not in this org

sckott commented 5 years ago

maybe it can be done with tic?

maelle commented 5 years ago

Yes that list and the one in dev_guide.

I am not worried about making each Travis build update the list (it already happens in dev_guide, and yes with tic) but am wondering how to trigger one Travis build a day. You used to do that for packages right?

sckott commented 5 years ago

yes, that was a heroku ruby script though.

you can schedule travis to run on a cron job within the travis settings now, not sure if that will help

maelle commented 5 years ago

Oh right, actually I should have looked at Travis docs earlier, it could hardly be any easier these days... https://docs.travis-ci.com/user/cron-jobs/

Set up for dev_guide, I'll work on that for the software-review repo as well.

maelle commented 5 years ago

Set up for software-review as well now.