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

Commit 25b067e

Browse files
authored
chore: change branch master to main in github configurations (#491)
1 parent dba11b5 commit 25b067e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rebaseMergeAllowed: false
22
squashMergeAllowed: true
33
mergeCommitAllowed: false
44
branchProtectionRules:
5-
- pattern: master
5+
- pattern: main
66
isAdminEnforced: true
77
requiredApprovingReviewCount: 1
88
requiresCodeOwnerReviews: true

.github/workflows/downstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: downstream
77
jobs:

.github/workflows/upper-bound-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: upper-bound-check
77
jobs:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Apache 2.0 - See [LICENSE][license] for more information.
4646

4747
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-shared-dependencies.svg
4848
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-shared-dependencies&core=gav
49-
[contributing]: https://github.com/googleapis/java-shared-dependencies/blob/master/CONTRIBUTING.md
50-
[code-of-conduct]: https://github.com/googleapis/java-shared-dependencies/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
51-
[license]: https://github.com/googleapis/java-shared-dependencies/blob/master/LICENSE
49+
[contributing]: https://github.com/googleapis/java-shared-dependencies/blob/main/CONTRIBUTING.md
50+
[code-of-conduct]: https://github.com/googleapis/java-shared-dependencies/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
51+
[license]: https://github.com/googleapis/java-shared-dependencies/blob/main/LICENSE

0 commit comments

Comments
 (0)