update examples/README.md to include latest changes to example yamls#689
Conversation
Codecov Report
@@ Coverage Diff @@
## v2-branch #689 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 2 2
Lines 10 10
===========================================
Hits 10 10 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Thanks! Maybe we should just remove these from the |
|
OT what's necessary to have @codecov-commenter comment on the coverage? I have the test-coverage workflow enabled, but don't get those comments (e.g. here ropensci/opencage#153). I vaguely remember that there used to be a lint-bot as well, but haven't seen that in a while either. |
Sorry, I think I misread. You mean remove the content of the yamls from the README, not removing the yaml files. |
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this pull request. |
The https://github.com/r-lib/actions/blob/v2-branch/examples/README.md is missing some of the recent changes to the example workflows. This updates it from the https://github.com/r-lib/actions/blob/v2-branch/examples/README.Rmd.
Seeing that re-rendering is apparently easily missed and to reduce mental load, should there either be a pre-commit hook (cf.
use_readme_rmd()) or an GHA that updates the README.md when there is a change to the Rmd or the yaml files? (I think I'd prefer the GHA).