Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 3c212c9

Browse files
gcf-owl-bot[bot]Benjamin E. Coe
andauthored
build: add auto-approve to Node libraries (#1100) (#972)
* 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
1 parent 0e1d4aa commit 3c212c9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
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:bbdd52de226c00df3356cdf25460397b429ab49552becca645adbc412f6a4ed5
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-debug
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

0 commit comments

Comments
 (0)