-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
29 lines (28 loc) · 911 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
queue_rules:
- name: default
conditions:
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
pull_request_rules:
- name: assign and label scala-steward's PRs
conditions:
- author=dwolla-oss-scala-steward[bot]
actions:
label:
add: [dependency-update]
- name: automatic update pull requests
conditions:
- author=dwolla-oss-scala-steward[bot]
- -conflict # skip PRs with conflicts
- -draft # filter-out GH draft PRs
actions:
update:
- name: merge scala-steward's PRs
conditions:
- author=dwolla-oss-scala-steward[bot]
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8)
- status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@11)
actions:
queue:
method: squash
name: default