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

pull/600/head
Johan Lorenzo 2 years ago
parent 8e03fe3f34
commit e71d696e86

@ -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