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 f2e107c commit bceb649
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- author=scala-steward
- check-success~=build \(3.3.\d+\)
- check-success~=build \(2.13.\d+\)
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success~=build \(3.3.\d+\)
- check-success~=build \(2.13.\d+\)
merge_method: squash

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

0 comments on commit bceb649

Please sign in to comment.