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

Commit b417096

Browse files
chore(node): handle when package.json does not have a version (#300)
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>
1 parent 1e6dcb6 commit b417096

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/.OwlBot.lock.yaml

+2-2
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

+3-12
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)