Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 597c4b2

Browse files
committed
fix: replace master with main
1 parent 0c9ea7b commit 597c4b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This section can be blank if this pull request does not require a release note.
5151
5252
When adding links which point to resources within git repositories, like
5353
KEPs or supporting documentation, please reference a specific commit and avoid
54-
linking directly to the master branch. This ensures that links reference a
54+
linking directly to the main branch. This ensures that links reference a
5555
specific point in time, rather than a document that may change over time.
5656
5757
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
- next
77
jobs:
88
check:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- next
77
jobs:
88
release:

0 commit comments

Comments
 (0)