Skip to content

Commit f352ab2

Browse files
committed
ci(mergify): upgrade configuration to current format
1 parent a70a0ea commit f352ab2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.mergify.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
queue_rules:
22
- name: default
3-
conditions:
3+
queue_conditions:
4+
- author=dwolla-oss-scala-steward[bot]
5+
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, mysql:8)
6+
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
7+
merge_conditions:
48
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, mysql:8)
59
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
10+
merge_method: squash
611

712
pull_request_rules:
813
- name: assign and label scala-steward's PRs
@@ -18,12 +23,7 @@ pull_request_rules:
1823
- -draft # filter-out GH draft PRs
1924
actions:
2025
update:
21-
- name: merge scala-steward's PRs
22-
conditions:
23-
- author=dwolla-oss-scala-steward[bot]
24-
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11, mysql:8)
25-
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8, mysql:8)
26+
- name: refactored queue action rule
27+
conditions: []
2628
actions:
2729
queue:
28-
method: squash
29-
name: default

0 commit comments

Comments
 (0)