hubverse-org / hubverse-actions

GitHub Actions for common hubverse CI tasks
MIT License
0 stars 0 forks source link

Create functionality to post validation results to PRs as comments #3

Open annakrystalli opened 11 months ago

annakrystalli commented 11 months ago

Instead of having to inspect GitHub actions, create functionality to post validation results to PRs as comments. Such functionality already exists in other hubs.

Links to relevant resources:

elray1 commented 11 months ago

The interactions with github in the us covid hub's current system are using a python library, so probably won't be that useful. see function here

There may be more useful stuff for our purposes in Hugo's work in R?

elray1 commented 11 months ago

wondering if this issue would be better suited on hubValidations, imagining that PR comments would be created by a function like hubValidations::validate_pr?

annakrystalli commented 11 months ago

The reason I've added this to this repo is I suspect we might be able to sort the functionality out through GitHub actions mainly e.g.

annakrystalli commented 11 months ago

Although admittedly validate_pr() will likely need to be slightly modified also. Times like this I wish issues could be shared between repos!