Closed bschilder closed 2 years ago
Hi,
I'm not in favor of doing this. Currently, you can use the pkgdown_covr_branch
argument https://github.com/lcolladotor/biocthis/blob/master/R/use_bioc_github_action.R#L103 to specify which branch you want the GHA workflow to apply to. That information is then used by pkgdown_covr_branch
in the template file at https://github.com/lcolladotor/biocthis/blob/master/inst/templates/check-bioc.yml.
Best, Leo
Ok, good to know, thank you!
Context
thanks so much for this really helpful package!
I'm trying to use it to get GitHub Actions to work for my Bioc package
orthogene
using the following:GitHub now defaults to calling the 'master' branch the 'main' branch. I manually added the following OR statements (
||
) throughout, but It would be great to have the function generate this automatically. You can see my edited yaml here.Example:
R session information