File tree 1 file changed +3
-18
lines changed
1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/auto-approve
2
2
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"
You can’t perform that action at this time.
0 commit comments