-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update references to default branch to 'main' #2019
Conversation
Codecov ReportBase: 98.29% // Head: 98.29% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2019 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 69 69
Lines 4529 4529
Branches 738 738
=======================================
Hits 4452 4452
Misses 45 45
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Relevant RTD build: https://pyhf--2019.org.readthedocs.build/en/2019/ |
As this affects the CI workflows this needs to go in next before any other PRs. |
Just delete it entirely. Nobody's going to be relying on master explicitly unless it's a default thing. |
Okay. Just deleted |
Description
Join most of the rest of Scikit-HEP and use 'main' as the default branch. This has already been done in GitHub's settings, but this updates all reference to the default branch from 'master' to 'main'. The remaining instances of 'master' in the repo are the following which are fine to keep:
We should probably keep the
master
branch around for a year and occasionally sync it tomain
just so anyone who relies onmaster
can transition away from it, but we can probably safely deletemaster
from our local machines.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: