Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 25, 2024
1 parent 13e117a commit 6bb9f93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- author=scala-steward
- check-success~=build \(2.12.\d+\)
- check-success~=build \(2.13.\d+\)
- check-success~=build \(3.\d+.\d+\)
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success~=build \(2.12.\d+\)
- check-success~=build \(2.13.\d+\)
- check-success~=build \(3.\d+.\d+\)
merge_method: squash

pull_request_rules:
- name: assign and label scala-steward's PRs
Expand All @@ -14,13 +21,6 @@ pull_request_rules:
label:
add: [dependency-update]
- name: merge scala-steward's PRs
conditions:
- base=master
- author=scala-steward
- check-success~=build \(2.12.\d+\)
- check-success~=build \(2.13.\d+\)
- check-success~=build \(3.\d+.\d+\)
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit 6bb9f93

Please sign in to comment.