Skip to content

Commit 1db5913

Browse files
committed
Meta: default branch rename
Helps with whatwg/meta#174.
1 parent 8fa89a9 commit 1db5913

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 [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md).
1+
Please see the [WHATWG 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 MIME Sniffing Standard! Please describe the ch
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 `mimesniff.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,12 +26,12 @@ 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
## Merge policy
3232

3333
If you can commit to this repository, see the
34-
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md).
34+
[WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md).
3535

3636
## Tests
3737

0 commit comments

Comments
 (0)