Skip to content

Commit 5cae043

Browse files
sofislBenjamin E. Coe
andauthored
build: add auto-approve to Node libraries (#1100)
* build: add auto-approve to Node libraries Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 740366b commit 5cae043

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

synthtool/gcp/templates/node_library/.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
{%- else %}
1212
* @googleapis/yoshi-nodejs
1313
{%- endif %}
14+
15+
# The github automation team is the default owner for the auto-approve file.
16+
.github/auto-approve.yml @googleapis/github-automation
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)