File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
33assign_issues :
44 - thiagotnunes
55assign_prs_by :
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ squashMergeAllowed: true
1111# Defaults to `false`
1212mergeCommitAllowed : false
1313
14- # Rules for master branch protection
14+ # Rules for main branch protection
1515branchProtectionRules :
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`
Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55 pull_request :
66name : Integration tests against emulator
77jobs :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments