Skip to content

Commit d070ea2

Browse files
committed
Meta: default branch rename
Helps with whatwg/meta#174.
1 parent 4b5c7d8 commit d070ea2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
push:
77
branches:
8-
- master
8+
- main
99
jobs:
1010
build:
1111
name: Build

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).
1+
Please see the [contributor guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md).

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for contributing to the Fetch Standard! Please describe the change you
77
*
88
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
99
*
10-
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
10+
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
1111
* Chrome: …
1212
* Firefox: …
1313
* Safari: …

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ started, leave a comment on the issue or ask around [on IRC](https://whatwg.org/
1616
## Pull requests
1717

1818
In short, change `fetch.bs` and submit your patch, with a
19-
[good commit message](https://github.com/whatwg/meta/blob/master/COMMITTING.md). Consider
19+
[good commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md). Consider
2020
reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
2121

2222
Please add your name to the Acknowledgments section in your first pull request, even for trivial
@@ -26,7 +26,7 @@ fixes. The names are sorted lexicographically.
2626

2727
For quick local iteration, run `make`. To verify your changes locally, run `make deploy`. See more
2828
in the
29-
[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building).
29+
[WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md#building).
3030

3131
## Formatting
3232

@@ -116,7 +116,7 @@ etc.
116116
## Merge policy
117117

118118
If you can commit to this repository, see the
119-
[maintainer guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
119+
[maintainer guidelines](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md).
120120

121121
## Tests
122122

0 commit comments

Comments
 (0)