Skip to content

Commit 7343508

Browse files
yangshunslorber
andauthored
chore: change CI branch from master to main (facebookincubator#173)
* chore: change CI branch from master to main * rename master->main in some docs Co-authored-by: slorber <[email protected]>
1 parent c270e2c commit 7343508

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.github/workflows/build-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
report-build-size-diff:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
lint:

.github/workflows/post-diff-comment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Because we want to easily inspect the
32

43
name: Post Diff Comment
@@ -11,7 +10,7 @@ on:
1110
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests
1211
pull_request:
1312
branches:
14-
- master
13+
- main
1514

1615
jobs:
1716
post-diff-comment:
@@ -27,8 +26,8 @@ jobs:
2726
yarn workspace infima build
2827
mv packages/core/dist packages/core/dist-branch
2928
30-
git fetch origin master
31-
git checkout master
29+
git fetch origin main
30+
git checkout main
3231
yarn workspace infima build
3332
yarn install
3433

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We want to make contributing to this project as easy and transparent as possible
66

77
We actively welcome your pull requests.
88

9-
1. Fork the repo and create your branch from `master`.
9+
1. Fork the repo and create your branch from `main`.
1010
2. If you've added code that should be tested, add tests.
1111
3. If you've changed APIs, update the documentation.
1212
4. Ensure the test suite passes.

PUBLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publish process
22

3-
On `master` (or a feature branch):
3+
On `main` (or a feature branch):
44

55
1. `git pull`
66
1. `yarn install`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Infima](https://infima.dev/) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebookincubator/infima/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/infima.svg?style=flat)](https://www.npmjs.com/package/infima)
1+
# [Infima](https://infima.dev/) &middot; [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebookincubator/infima/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/infima.svg?style=flat)](https://www.npmjs.com/package/infima)
22

33
> ⚠️ Infima is not yet ready for production use and is being developed alongside [Docusaurus 2](https://docusaurus.io/).
44

0 commit comments

Comments
 (0)