Skip to content

Commit 0f2e2a1

Browse files
sofislparthea
andauthored
build: update auto approve (#1621)
* build: upgrade auto-approve.yml file * remove extra line Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 36c4587 commit 0f2e2a1

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/auto-approve.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/auto-approve
22

3-
rules:
4-
5-
# incoming PRs from yoshi-code-bot
6-
- author: "yoshi-code-bot"
7-
8-
# Title for PRs from yoshi-code-bot MUST start with `chore: Update discovery artifacts`.
9-
# Title must be regex.
10-
title: "^chore: Update discovery artifacts"
11-
12-
# The only changed file paths in an incoming PR MUST be exactly
13-
# `"^docs/dyn/index.md$"` or follow either one of these patterns `"docs/dyn/*.html"`
14-
# or `"googleapiclient/discovery_cache/documents/*.json"` . These are
15-
# listed in regex. If this property is omitted, auto-approve bot will allow PRs
16-
# that match the author and title to merge, without checking the file paths.
17-
changedFiles:
18-
- "^docs/dyn/index.md$"
19-
- "^docs/dyn/.*\\.html$"
20-
- "^googleapiclient/discovery_cache/documents/.*\\.json$"
3+
processes:
4+
- "UpdateDiscoveryArtifacts"
5+
- "OwlBotTemplateChanges"

0 commit comments

Comments
 (0)