Use `main` as the default branch
Open
- Dominant language
- Python
- Stars
- 16
- Forks
- 142
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
### Background
The default branch for https://github.com/dbt-labs/hub.getdbt.com is currently `master`. It is hard-coded within Python in a place or two within this repo (https://github.com/dbt-labs/hubcap). Use `git grep "master" ./` to discover those locations. It is unknown if this branch name is also specified within Netlify.
### Next steps
1. Discover if the branch name is hard-coded within Netlify configuration -- update the following steps depending on the discoveries
2. Copy `master` to `main` within https://github.com/dbt-labs/hub.getdbt.com
3. Update hubcap to point to `main` branch
4. Redploy hubcap
5. Drop `master` branch in hub.getdbt.com
Contributor guide
Assessment
This issue has not been assessed yet.