How to set up github action to allow for /document on a pull request?

I seem to recall hearing that it is possible to use GitHub Actions to trigger rstats behaviour like re-rendering rmarkdown for a README, is that possible?

For example, I recently received a PR with a typo fix for README.Rmd - is there a way for me to get GitHub actions to render this to create the README.md file?

1 Like

I think you are looking for this example Render README from the GH actions for community repo

I think you can adapt from it. What do you think ?

I guess you know also about ghactions :package: but it seems this README workflow is not included and you don't need it for this
https://r-lib.github.io/ghactions/

Hope it helps.

2 Likes

Ah, wonderful - thank you @cderv! :slight_smile: I missed that one, thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.