Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 74e287d

Browse files
gcf-owl-bot[bot]Benjamin E. Coesofisl
authored
chore(node): handle when package.json does not have a version (#832)
* test: failing test for repo without version in package.json * fix(node): handle when package.json does not have a version * chore: fix lint Source-Link: googleapis/synthtool@2643dfe Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:079b0f3bd8427671745ec03a5179575b4c86a4e776fb6041427e553719c65c2b Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent c224211 commit 74e287d

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:d106724ad2a96daa1b8d88de101ba50bdb30b8df62ffa0aa2b451d93b4556641
17-
# created: 2022-04-20T16:59:29.058398639Z
16+
digest: sha256:079b0f3bd8427671745ec03a5179575b4c86a4e776fb6041427e553719c65c2b
17+
# created: 2022-05-10T15:57:49.166896548Z

.github/auto-approve.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
rules:
2-
- author: "release-please[bot]"
3-
title: "^chore: release"
4-
changedFiles:
5-
- "package\\.json$"
6-
- "CHANGELOG\\.md$"
7-
maxFiles: 3
8-
- author: "renovate-bot"
9-
title: "^(fix|chore)\\(deps\\):"
10-
changedFiles:
11-
- "package\\.json$"
12-
maxFiles: 2
1+
processes:
2+
- "NodeDependency"
3+
- "OwlBotTemplateChanges"

0 commit comments

Comments
 (0)