mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] Mergify: List checks manually for relbot PRs
PR tasks/checks do not run for relbot and therefore the existing mergify doesn't work. Instead we can look at the "push tasks". But since there is no "push complete" task yet, I listed all checks manually.
This commit is contained in:
parent
7f5c6d46d5
commit
369c46d9c1
14
.mergify.yml
14
.mergify.yml
@ -33,7 +33,19 @@ pull_request_rules:
|
|||||||
conditions:
|
conditions:
|
||||||
- base~=releases/.*
|
- base~=releases/.*
|
||||||
- author=github-actions[bot]
|
- author=github-actions[bot]
|
||||||
- status-success=pr-complete
|
# Listing checks manually beause we do not have a "push complete" check yet.
|
||||||
|
- check-success=build-android-test-debug
|
||||||
|
- check-success=build-debug
|
||||||
|
- check-success=build-nightly-simulation
|
||||||
|
- check-success=lint-compare-locales
|
||||||
|
- check-success=lint-detekt
|
||||||
|
- check-success=lint-ktlint
|
||||||
|
- check-success=lint-lint
|
||||||
|
- check-success=signing-android-test-debug
|
||||||
|
- check-success=signing-debug
|
||||||
|
- check-success=signing-nightly-simulation
|
||||||
|
- check-success=test-debug
|
||||||
|
- check-success=ui-test-x86-debug
|
||||||
- files~=(AndroidComponents.kt)
|
- files~=(AndroidComponents.kt)
|
||||||
actions:
|
actions:
|
||||||
review:
|
review:
|
||||||
|
Loading…
Reference in New Issue
Block a user