Skip to content

Commit

Permalink
build: update auto approve to v2, remove release autoapproving (#1432)
Browse files Browse the repository at this point in the history
* build: update auto-approve file to v2
  • Loading branch information
sofisl committed May 5, 2022
1 parent 35e1ea8 commit 19eb6fc
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions synthtool/gcp/templates/node_library/.github/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 19eb6fc

Please sign in to comment.