Skip to content

Commit a50542e

Browse files
build: update auto approve to v2, remove release autoapproving (#1432) (#1254)
* build: update auto-approve file to v2 Source-Link: googleapis/synthtool@19eb6fc Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:b9e4584a1fe3c749e3c37c92497b13dce653b2e694f0261f0610eb0e15941357 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5dea136 commit a50542e

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:80bfa0c67226453b37b501be7748b2fa2a2676cfeec0012e79e3a1a8f1cbe6a3
17-
# created: 2022-04-14T19:57:08.518420247Z
16+
digest: sha256:b9e4584a1fe3c749e3c37c92497b13dce653b2e694f0261f0610eb0e15941357
17+
# created: 2022-05-05T21:08:42.530332893Z

.github/auto-approve.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
rules:
2-
- author: "release-please[bot]"
3-
title: "^chore: release"
4-
changedFiles:
5-
- "package\\.json$"
6-
- "CHANGELOG\\.md$"
7-
maxFiles: 3
8-
- author: "renovate-bot"
9-
title: "^(fix|chore)\\(deps\\):"
10-
changedFiles:
11-
- "package\\.json$"
12-
maxFiles: 2
1+
processes:
2+
- "NodeDependency"
3+
- "OwlBotTemplateChanges"

0 commit comments

Comments
 (0)