forked from zio/zio-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
26 lines (25 loc) · 1.08 KB
/
.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
pull_request_rules:
- name: assign and label scala-steward's PRs
conditions:
- author=scala-steward
actions:
assign:
users: [iravid]
label:
add: [dependency-update]
- name: merge Scala Steward's PRs
conditions:
- base=master
- author=scala-steward
- "body~=(labels: library-update, semver-minor)|(labels: library-update, semver-patch)|(labels: sbt-plugin-update, semver-minor)|(labels: sbt-plugin-update, semver-patch)|(labels: scalafix-rule-update, semver-minor)|(labels: scalafix-rule-update, semver-patch)|(labels: test-library-update, semver-minor)|(labels: test-library-update, semver-patch)"
- "status-success=license/cla"
- "status-success=lint"
- "status-success=compile_211 ([email protected], 2.11.12)"
- "status-success=compile_211 ([email protected], 2.11.12)"
- "status-success=test ([email protected], 2.12.11)"
- "status-success=test ([email protected], 2.13.3)"
- "status-success=test ([email protected], 2.12.11)"
- "status-success=test ([email protected], 2.13.3)"
actions:
merge:
method: squash