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

Commit 6e892bb

Browse files
gcf-owl-bot[bot]Benjamin E. Coe
andauthored
build: add auto-approve to Node libraries (#1100) (#124)
* build: add auto-approve to Node libraries Co-authored-by: Benjamin E. Coe <bencoe@google.com> Source-Link: googleapis/synthtool@5cae043 Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:65aa68f2242c172345d7c1e780bced839bfdc344955d6aa460aa63b4481d93e5
1 parent bb720ac commit 6e892bb

5 files changed

Lines changed: 7 additions & 57 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:14aaee566d6fc07716bb92da416195156e47a4777e7d1cd2bb3e28c46fe30fe2
3+
digest: sha256:65aa68f2242c172345d7c1e780bced839bfdc344955d6aa460aa63b4481d93e5

.github/auto-approve.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
rules:
22
- author: "release-please[bot]"
3-
4-
# Title for PRs from yoshi-code-bot MUST start with `chore: release`.
53
title: "^chore: release"
6-
7-
# (Optional) The only changed file paths in an incoming PR MUST end with `package.json` or
8-
# `CHANGELOG.md`. These are listed in regex. If this property
9-
# is omitted, auto-approve bot will allow PRs that match the author and title to merge, without
10-
# checking the file paths.
114
changedFiles:
125
- "package\\.json$"
136
- "CHANGELOG\\.md$"
14-
15-
# (Optional) The max amount of files changed in a PR.
167
maxFiles: 3

.kokoro/release/docs-devsite.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/docs-devsite.sh

Lines changed: 3 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.trampolinerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ required_envvars+=(
2020

2121
# Add env vars which are passed down into the container here.
2222
pass_down_envvars+=(
23-
"AUTORELEASE_PR"
23+
"AUTORELEASE_PR",
24+
"VERSION"
2425
)
2526

2627
# Prevent unintentional override on the default image.

0 commit comments

Comments
 (0)