Skip to content

Commit 48eada1

Browse files
authored
build: update auto-approve to conform with new validation schema (GoogleCloudPlatform#5720)
1 parent 26717be commit 48eada1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/auto-approve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ rules:
1313
- author: "renovate-bot"
1414

1515
# Title for PRs from renovate-bot MUST start with `fix(deps):` or `chore(deps)"`.
16-
title: "^(fix\\(deps\\)|chore\\(deps\\)):"
16+
title: "^(fix|chore)\\(deps\\):"
1717

1818
# (Optional) The only changed file paths in an incoming PR MUST end with `pom.xml`. These are listed in regex. If this property
1919
# is omitted, auto-approve bot will allow PRs that match the author and title to merge, without
2020
# checking the file paths.
2121
changedFiles:
22-
- "/pom\\.xml$"
22+
- "pom\\.xml$"
2323
# - "/gradle\\.build$"
2424

2525
# (Optional) The max amount of files changed in a PR.

0 commit comments

Comments
 (0)