You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A serious improvement from the builder of new entry (#9) would be to trigger a PR directly from the Shiny app. I am not sure if it is possible but worth a try!
Another option could be to set a template for an issue. The template would have much of the attributes needed for a new entry. Perhaps issues with template can be parsed by already developed Github Actions
Another option could be to set a template for an issue. The template would have much of the attributes needed for a new entry. Perhaps issues with template can be parsed by already developed Github Actions
Some people also tried to 'save' edits from a Shiny App to a Github repository (https://stackoverflow.com/q/65157977). Could be something to look at.
Otherwise I need to find a way to connect R/Shiny to a Github repo for the user to be able to fork, edit, commit and PR. So far I have seen git2r packages but that seems more local.
A serious improvement from the builder of new entry (#9) would be to trigger a PR directly from the Shiny app. I am not sure if it is possible but worth a try!
Perhaps starting with this: https://github.com/actions/starter-workflows
The text was updated successfully, but these errors were encountered: