Skip to content

Commit 995724f

Browse files
authoredJan 16, 2025
Update master branch to main branch as default branch (#7063)
# Pull Request ## πŸ“– Description This change updates documentation and pipelines to reference `main` as default branch name instead of `master`. ## πŸ‘©β€πŸ’» Reviewer Notes This change also updates broken links in the versioned docs to point to the archived branch. The builds may not kick off properly for this PR however since these are only pipeline and documentation updates I expect nothing should break and future PRs will not be affected. ## βœ… Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [x] I have tested my changes. - [x] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project. ## ⏭ Next Steps After this PR is merged, a new branch will be created from `master` called `main` and be set as the default branch.
1 parent f340efb commit 995724f

File tree

103 files changed

+163
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+163
-169
lines changed
 

β€Ž.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Please provide a summary of the tests affected by this work and any unique strat
4747
- [ ] I have added tests for my changes.
4848
- [ ] I have tested my changes.
4949
- [ ] I have updated the project documentation to reflect my changes.
50-
- [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
50+
- [ ] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.
5151

5252
## ⏭ Next Steps
5353

β€Ž.github/workflows/ci-validate-platforms.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- main
88

99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
schedule:
1414
- cron: 0 7 * * 3
@@ -37,7 +37,7 @@ jobs:
3737

3838
- if: ${{ github.event_name == 'pull_request' }}
3939
run: |
40-
git fetch --no-tags --prune --depth=1 origin +refs/heads/master:refs/remotes/origin/master
40+
git fetch --no-tags --prune --depth=1 origin +refs/heads/main:refs/remotes/origin/main
4141
4242
- name: Cache multiple paths
4343
uses: actions/cache@v2

0 commit comments

Comments
 (0)