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
Check that master is the default GitHub repo branch. If it's not you probably don't need to do anything 😃
Replace master with HEAD in all URLs pointing to a JupyterHub GitHub file or directory: https://github.com/jupyterhub/.+/(blob|tree)/master/.*
Optionally replace master with HEAD in GitHub URLs for non-JupyterHub repos (only do this if master is the default branch, it usually is but that's not guaranteed)
Update CI workflows that reference the master branch. If they mention master and main remove master to avoid problems if someone inadvertently pushes a new master branch
Update references to master branches in docs
Open a PR with using this template (edit as required):
Actions to take, in order:
- [ ] approve this PR
- [ ] rename the `master` branch to `main` in GitHub (this should automatically update all PRs)
- [ ] merge this PR
- [ ] check the publish workflow publishes the expected outputs if relevant
- [ ] If readthedocs.org is used, set main as the default branch explicitly: admin -> advanced -> default branch
`$ git grep master`
# Include the above output to help reviewers. If any mentions of `master` aren't obvious add an explanation.
Follow-up from #299. This suggested workflow is based on jupyterhub/jupyterhub#3462 and jupyterhub/zero-to-jupyterhub-k8s#2217
master
is the default GitHub repo branch. If it's not you probably don't need to do anything 😃master
withHEAD
in all URLs pointing to a JupyterHub GitHub file or directory:https://github.com/jupyterhub/.+/(blob|tree)/master/.*
master
withHEAD
in GitHub URLs for non-JupyterHub repos (only do this ifmaster
is the default branch, it usually is but that's not guaranteed)master
branch. If they mentionmaster
andmain
removemaster
to avoid problems if someone inadvertently pushes a newmaster
branchmaster
branches in docsActive repos with a default
master
branchObtained with https://gist.github.com/manics/6c8b88b191fae7dcf7a8a8cc5fc3cdc9
[ ] https://github.com/jupyterhub/simplespawnerThe text was updated successfully, but these errors were encountered: