Skip to content

Commit

Permalink
build: add auto-approve to Node libraries (#1100) (#745)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gcf-owl-bot[bot] and bcoe committed Jun 10, 2021
1 parent a23829b commit 3569ca2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
digest: sha256:bbdd52de226c00df3356cdf25460397b429ab49552becca645adbc412f6a4ed5
digest: sha256:65aa68f2242c172345d7c1e780bced839bfdc344955d6aa460aa63b4481d93e5
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -7,3 +7,6 @@

# The yoshi-nodejs team is the default owner for nodejs repositories.
* @googleapis/yoshi-nodejs @googleapis/api-profiler

# The github automation team is the default owner for the auto-approve file.
.github/auto-approve.yml @googleapis/github-automation
7 changes: 7 additions & 0 deletions .github/auto-approve.yml
@@ -0,0 +1,7 @@
rules:
- author: "release-please[bot]"
title: "^chore: release"
changedFiles:
- "package\\.json$"
- "CHANGELOG\\.md$"
maxFiles: 3

0 comments on commit 3569ca2

Please sign in to comment.