Skip to content

Commit

Permalink
Update mergify config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgica committed Oct 8, 2023
1 parent eb93dd6 commit 7c649f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
queue_rules:
- name: dependency-update
conditions:
- check-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11)

pull_request_rules:
- name: Merge using the merge queue
conditions:
- base=main
- check-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11)
- check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
- check-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11)
- author=scala-steward
Expand Down

0 comments on commit 7c649f8

Please sign in to comment.