Skip to content

Commit

Permalink
changes without context (#1485)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation authored Apr 27, 2021
1 parent c2e0164 commit d7a9f44
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- $default-branch
pull_request:
name: ci
jobs:
Expand Down
54 changes: 53 additions & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
{
"updateTime": "2021-04-15T15:12:20.509557Z"
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-firestore.git",
"sha": "c2e01646401f72520a4775a1f678634667225e6d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d77d65f0e05ce584c1a824c7ecab53b411498b",
"internalRef": "370589666"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6244244abd0da5ef750e3bbb63fa22ec6803b4db"
}
}
],
"destinations": [
{
"client": {
"source": "googleapis",
"apiName": "firestore-admin",
"apiVersion": "v1",
"language": "nodejs",
"generator": "bazel"
}
},
{
"client": {
"source": "googleapis",
"apiName": "firestore",
"apiVersion": "v1beta1",
"language": "nodejs",
"generator": "bazel"
}
},
{
"client": {
"source": "googleapis",
"apiName": "firestore",
"apiVersion": "v1",
"language": "nodejs",
"generator": "bazel"
}
}
]
}

0 comments on commit d7a9f44

Please sign in to comment.