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 20, 2024
1 parent 5498424 commit bc5753b
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,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 @@ -12,13 +18,7 @@ pull_request_rules:
actions:
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+\)
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: squash

0 comments on commit bc5753b

Please sign in to comment.