Skip to content

Commit

Permalink
chore: change branch master to main in github configurations (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Sep 29, 2021
1 parent 8cac50b commit 4fb5313
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/blunderbuss.yml
@@ -1,5 +1,5 @@
# Configuration for the Blunderbuss GitHub app. For more info see
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
assign_issues:
- thiagotnunes
assign_prs_by:
Expand Down
8 changes: 4 additions & 4 deletions .github/sync-repo-settings.yaml
Expand Up @@ -11,11 +11,11 @@ squashMergeAllowed: true
# Defaults to `false`
mergeCommitAllowed: false

# Rules for master branch protection
# Rules for main branch protection
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
# Defaults to `main`
- pattern: main
# Can admins overwrite branch protection.
# Defaults to `true`
isAdminEnforced: true
Expand All @@ -39,7 +39,7 @@ branchProtectionRules:
- "cla/google"

# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
# Defaults to `main`
- pattern: 1.21.x
# Can admins overwrite branch protection.
# Defaults to `true`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:
name: Integration tests against emulator
jobs:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -236,10 +236,10 @@ Java is a registered trademark of Oracle and/or its affiliates.
[developer-console]: https://console.developers.google.com/
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-sdk]: https://cloud.google.com/sdk/
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/java-spanner-jdbc/blob/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-spanner-jdbc/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-spanner-jdbc/blob/master/LICENSE
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-spanner-jdbc/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-spanner-jdbc/blob/main/LICENSE


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

0 comments on commit 4fb5313

Please sign in to comment.