Skip to content

Commit

Permalink
Merge pull request #15 from googleapis/main
Browse files Browse the repository at this point in the history
2022-04-18 upstream
  • Loading branch information
uschen authored Apr 18, 2022
2 parents fd7f3a6 + 8cdfe25 commit 084cb5e
Show file tree
Hide file tree
Showing 5,764 changed files with 235,066 additions and 35,049 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Default owner for all directories not owned by others
* @googleapis/yoshi-go-admins

/bigtable/ @crwilcox @tritone @googleapis/api-bigtable @googleapis/yoshi-go-admins
/bigtable/ @dmahugh @tritone @telpirion @googleapis/api-bigtable @googleapis/yoshi-go-admins
/bigtable/cmd/cbt @garye @igorbernstein2 @googleapis/api-bigtable @googleapis/yoshi-go-admins
/bigtable/cmd/emulator @garye @igorbernstein2 @googleapis/api-bigtable @googleapis/yoshi-go-admins
/bigtable/bttest @garye @igorbernstein2 @googleapis/api-bigtable @googleapis/yoshi-go-admins
/bigquery/ @googleapis/api-bigquery @googleapis/yoshi-go-admins
/datastore/ @crwilcox @tritone @googleapis/yoshi-go-admins
/firestore/ @crwilcox @tritone @googleapis/yoshi-go-admins
/datastore/ @dmahugh @tritone @telpirion @googleapis/yoshi-go-admins
/firestore/ @dmahugh @tritone @telpirion @googleapis/yoshi-go-admins
/pubsub/ @googleapis/api-pubsub @googleapis/yoshi-go-admins
/pubsublite/ @googleapis/api-pubsub @googleapis/yoshi-go-admins
/spanner/ @skuruppu @hengfengli @googleapis/yoshi-go-admins
/spanner/ @googleapis/api-spanner-go @googleapis/yoshi-go-admins
/storage/ @googleapis/cloud-storage-dpe @googleapis/yoshi-go-admins
/errorreporting/ @googleapis/api-logging @googleapis/yoshi-go-admins
/logging/ @googleapis/api-logging @googleapis/yoshi-go-admins
Expand Down
7 changes: 7 additions & 0 deletions .github/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
product: true
requestsize:
enabled: true
staleness:
pullrequest: true
old: 30
extraold: 60
4 changes: 2 additions & 2 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ assign_issues_by:
- 'api: datastore'
- 'api: firestore'
to:
- crwilcox
- telpirion
- labels:
- 'api: storage'
to:
Expand All @@ -20,7 +20,7 @@ assign_issues_by:
- labels:
- 'api: spanner'
to:
- hengfengli
- rahul2393
- labels:
- 'api: logging'
- 'api: clouderrorreporting'
Expand Down
64 changes: 64 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
handleGHRelease: true
manifest: true

branches:
- branch: main
handleGHRelease: true
manifest: true
manifestFile: .release-please-manifest-submodules.json
manifestConfig: release-please-config-yoshi-submodules.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: bigquery/.release-please-manifest.json
manifestConfig: bigquery/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: bigtable/.release-please-manifest.json
manifestConfig: bigtable/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: datastore/.release-please-manifest.json
manifestConfig: datastore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: errorreporting/.release-please-manifest.json
manifestConfig: errorreporting/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: firestore/.release-please-manifest.json
manifestConfig: firestore/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: logging/.release-please-manifest.json
manifestConfig: logging/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: profiler/.release-please-manifest.json
manifestConfig: profiler/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: pubsub/.release-please-manifest.json
manifestConfig: pubsub/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: pubsublite/.release-please-manifest.json
manifestConfig: pubsublite/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: spanner/.release-please-manifest.json
manifestConfig: spanner/release-please-config.json
- branch: main
handleGHRelease: true
manifest: true
manifestFile: storage/.release-please-manifest.json
manifestConfig: storage/release-please-config.json
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"ignoreDeps": [
"google.golang.org/genproto"
],
"ignorePaths": [
"**/snippets/**"
],
"force": {
"constraints": {
"go": "1.17"
"go": "1.18"
}
}
}
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rebaseMergeAllowed: true
squashMergeAllowed: true
mergeCommitAllowed: false
branchProtectionRules:
- pattern: master
- pattern: main
isAdminEnforced: true
requiredStatusCheckContexts:
- 'kokoro'
Expand Down
100 changes: 0 additions & 100 deletions .github/workflows/release-submodule.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/release.yaml

This file was deleted.

Loading

0 comments on commit 084cb5e

Please sign in to comment.