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

pull/543/head
Johan Lorenzo 2 years ago
parent 04691431bd
commit e6a99f19d2

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

Loading…
Cancel
Save