There was an error while loading. Please reload this page.
1 parent 740366b commit 5cae043Copy full SHA for 5cae043
2 files changed
synthtool/gcp/templates/node_library/.github/CODEOWNERS
@@ -11,3 +11,6 @@
11
{%- else %}
12
* @googleapis/yoshi-nodejs
13
{%- endif %}
14
+
15
+# The github automation team is the default owner for the auto-approve file.
16
+.github/auto-approve.yml @googleapis/github-automation
synthtool/gcp/templates/node_library/.github/auto-approve.yml
@@ -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