Bug 1780740 - part 2: Don't automatically approve a bump if any other files than AndroidComponents.kt are changed

This commit is contained in:
Johan Lorenzo 2022-07-22 15:05:21 +02:00
parent 04691431bd
commit e6a99f19d2
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ pull_request_rules:
conditions:
- author=MickeyMoz
- status-success=complete-pr
- files~=AndroidComponents.kt
- files=buildSrc/src/main/java/AndroidComponents.kt
- -files~=^(?!buildSrc/src/main/java/AndroidComponents.kt).+$
actions:
review:
type: APPROVE