forked from googleapis/google-api-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto-approve.yml
More file actions
20 lines (16 loc) · 821 Bytes
/
auto-approve.yml
File metadata and controls
20 lines (16 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/auto-approve
rules:
# incoming PRs from yoshi-code-bot
- author: "yoshi-code-bot"
# Title for PRs from yoshi-code-bot MUST start with `chore: Update discovery artifacts`.
# Title must be regex.
title: "^chore: Update discovery artifacts"
# The only changed file paths in an incoming PR MUST be exactly
# `"^docs/dyn/index.md$"` or follow either one of these patterns `"docs/dyn/*.html"`
# or `"googleapiclient/discovery_cache/documents/*.json"` . These are
# listed in regex. If this property is omitted, auto-approve bot will allow PRs
# that match the author and title to merge, without checking the file paths.
changedFiles:
- "^docs/dyn/index.md$"
- "^docs/dyn/.*\\.html$"
- "^googleapiclient/discovery_cache/documents/.*\\.json$"