update default branch name to main
Closed this issue · 2 comments
the GitHub community has moved away from calling default branches master
due to master
/slave
referencing, with main
being the common replacement
new GitHub repos allow you to choose the name of the default branch and historic GitHub repos let you go back and edit it
lauren, you'll need to do this, since i don't have access to the settings on the repo
should be accessible here https://github.com/trenchproject/TrenchR/settings/branches
done
we'll need to update the github actions if they don't auto populate through (i don't imagine they would?)
https://github.com/trenchproject/TrenchR/blob/master/.github/workflows/test-coverage.yml
https://github.com/trenchproject/TrenchR/blob/master/.github/workflows/pkgdown.yaml
https://github.com/trenchproject/TrenchR/blob/master/.github/workflows/r_command_check.yaml
Updated name