From 19eb6fc07dc178a682da6d186dc874017a166438 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 5 May 2022 14:05:56 -0700 Subject: [PATCH] build: update auto approve to v2, remove release autoapproving (#1432) * 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..4cd91cc16 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"