From b37587dfeedbbaef705ab8f343d89c24a3c3ab64 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Thu, 5 May 2022 13:45:57 -0700 Subject: [PATCH 1/2] build: update auto-approve file to v2 --- .../node_library/.github/auto-approve.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/synthtool/gcp/templates/node_library/.github/auto-approve.yml b/synthtool/gcp/templates/node_library/.github/auto-approve.yml index 49cf94228..40879eec4 100644 --- a/synthtool/gcp/templates/node_library/.github/auto-approve.yml +++ b/synthtool/gcp/templates/node_library/.github/auto-approve.yml @@ -1,12 +1,3 @@ -rules: -- author: "release-please[bot]" - title: "^chore: release" - changedFiles: - - "package\\.json$" - - "CHANGELOG\\.md$" - maxFiles: 3 -- author: "renovate-bot" - title: "^(fix|chore)\\(deps\\):" - changedFiles: - - "package\\.json$" - maxFiles: 2 +processes: + - "NodeDependency" + - "OwlBotTemplateChanges" \ No newline at end of file From 712317a394ef40cd4d1b2b507ca7110847bf46c1 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Thu, 5 May 2022 13:47:32 -0700 Subject: [PATCH 2/2] add line --- synthtool/gcp/templates/node_library/.github/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/.github/auto-approve.yml b/synthtool/gcp/templates/node_library/.github/auto-approve.yml index 40879eec4..4cd91cc16 100644 --- a/synthtool/gcp/templates/node_library/.github/auto-approve.yml +++ b/synthtool/gcp/templates/node_library/.github/auto-approve.yml @@ -1,3 +1,3 @@ processes: - "NodeDependency" - - "OwlBotTemplateChanges" \ No newline at end of file + - "OwlBotTemplateChanges"