Skip to content

Commit d9ea3ba

Browse files
committed
Replace references to 'master' with 'main'
Signed-off-by: Josh Dolitsky <[email protected]>
1 parent 3c6a879 commit d9ea3ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- v*
99

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group_defaults:
2020
ignored: true
2121
conditions:
2222
branches:
23-
- master
23+
- main
2424

2525
groups:
2626
distribution-spec:

MAINTAINERS_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ All decisions affecting this project, big and small, follow the same procedure:
5757

5858
### I'm a maintainer, should I make pull requests too?
5959

60-
Yes. Nobody should ever push to master directly. All changes should be
60+
Yes. Nobody should ever push to main directly. All changes should be
6161
made through a pull request.
6262

6363
## Who decides what?

conformance/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ This will create a local `results/` directory containing all of the test report
203203
A GitHub Action is provided by this repo which you can use
204204
as part of a GitHub-based CI pipeline.
205205

206-
The following example will build the binary off of the master branch,
206+
The following example will build the binary off of the main branch,
207207
run the tests, and upload `junit.xml` and `report.html` as build artifacts:
208208

209209
```yaml
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
steps:
217217
- name: Run OCI Distribution Spec conformance tests
218-
uses: opencontainers/distribution-spec@master
218+
uses: opencontainers/distribution-spec@main
219219
env:
220220
OCI_ROOT_URL: https://myreg.io
221221
OCI_NAMESPACE: mytestorg/mytestrepo

0 commit comments

Comments
 (0)