Skip to content

Commit

Permalink
Update .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Aug 6, 2023
1 parent 4dd75fd commit e278e5c
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
Expand Up @@ -2,7 +2,7 @@ queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success~=build \(2.12.\d+\)
- check-success~=build \(3.3.\d+\)
- check-success~=build \(2.13.\d+\)

pull_request_rules:
Expand All @@ -16,7 +16,7 @@ pull_request_rules:
conditions:
- base=master
- author=scala-steward
- check-success~=build \(2.12.\d+\)
- check-success~=build \(3.3.\d+\)
- check-success~=build \(2.13.\d+\)
actions:
queue:
Expand Down

0 comments on commit e278e5c

Please sign in to comment.