Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 5aadb20

Browse files
gcf-owl-bot[bot]Benjamin E. CoeJustinBeckwith
authored
build: add auto-approve to Node libraries (#1100) (#1354)
* build: add auto-approve to Node libraries Co-authored-by: Benjamin E. Coe <[email protected]> Source-Link: googleapis/synthtool@5cae043 Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:65aa68f2242c172345d7c1e780bced839bfdc344955d6aa460aa63b4481d93e5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]> Co-authored-by: Justin Beckwith <[email protected]>
1 parent 23cc239 commit 5aadb20

File tree

6 files changed

+17
-48
lines changed

6 files changed

+17
-48
lines changed

.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/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77

88
# The yoshi-nodejs team is the default owner for nodejs repositories.
99
* @googleapis/yoshi-nodejs @googleapis/api-trace
10+
11+
# The github automation team is the default owner for the auto-approve file.
12+
.github/auto-approve.yml @googleapis/github-automation

.github/auto-approve.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rules:
2+
- author: "release-please[bot]"
3+
title: "^chore: release"
4+
changedFiles:
5+
- "package\\.json$"
6+
- "CHANGELOG\\.md$"
7+
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)