Skip to content

Commit 4fb5313

Browse files
authored
chore: change branch master to main in github configurations (#628)
1 parent 8cac50b commit 4fb5313

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/blunderbuss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
2-
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
2+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
33
assign_issues:
44
- thiagotnunes
55
assign_prs_by:

.github/sync-repo-settings.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ squashMergeAllowed: true
1111
# Defaults to `false`
1212
mergeCommitAllowed: false
1313

14-
# Rules for master branch protection
14+
# Rules for main branch protection
1515
branchProtectionRules:
1616
# Identifies the protection rule pattern. Name of the branch to be protected.
17-
# Defaults to `master`
18-
- pattern: master
17+
# Defaults to `main`
18+
- pattern: main
1919
# Can admins overwrite branch protection.
2020
# Defaults to `true`
2121
isAdminEnforced: true
@@ -39,7 +39,7 @@ branchProtectionRules:
3939
- "cla/google"
4040

4141
# Identifies the protection rule pattern. Name of the branch to be protected.
42-
# Defaults to `master`
42+
# Defaults to `main`
4343
- pattern: 1.21.x
4444
# Can admins overwrite branch protection.
4545
# Defaults to `true`

.github/workflows/integration-tests-against-emulator.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: Integration tests against emulator
77
jobs:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ Java is a registered trademark of Oracle and/or its affiliates.
236236
[developer-console]: https://console.developers.google.com/
237237
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
238238
[cloud-sdk]: https://cloud.google.com/sdk/
239-
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting
240-
[contributing]: https://github.com/googleapis/java-spanner-jdbc/blob/master/CONTRIBUTING.md
241-
[code-of-conduct]: https://github.com/googleapis/java-spanner-jdbc/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
242-
[license]: https://github.com/googleapis/java-spanner-jdbc/blob/master/LICENSE
239+
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
240+
[contributing]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CONTRIBUTING.md
241+
[code-of-conduct]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
242+
[license]: https://github.com/googleapis/java-spanner-jdbc/blob/main/LICENSE
243243

244244

245245
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

0 commit comments

Comments
 (0)