-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.mergify.yml
More file actions
127 lines (126 loc) · 3.07 KB
/
.mergify.yml
File metadata and controls
127 lines (126 loc) · 3.07 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# This file was automatically generated by sbt-typelevel-mergify using the
# mergifyGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the mergify configuration
# to meet your needs, then regenerate this file.
pull_request_rules:
- name: merge scala-steward's PRs
conditions:
- author=etspaceman-scala-steward-app[bot]
- body~=labels:.*early-semver-patch
- status-success=Test (ubuntu-22.04, 3, temurin@21, true, root-jvm-3, 4567)
- status-success=Test (ubuntu-22.04, 3, temurin@21, true, root-jvm-3, 4568)
- status-success=Test (ubuntu-22.04, 3, temurin@21, true, root-js-3, 4567)
- status-success=Test (ubuntu-22.04, 3, temurin@21, true, root-js-3, 4568)
- status-success=Test (ubuntu-22.04, 3, temurin@21, false, root-jvm-3, 4567)
- status-success=Test (ubuntu-22.04, 3, temurin@21, false, root-jvm-3, 4568)
- status-success=Test (ubuntu-22.04, 3, temurin@21, false, root-js-3, 4567)
- status-success=Test (ubuntu-22.04, 3, temurin@21, false, root-js-3, 4568)
actions:
merge:
method: squash
- name: Label integration-tests PRs
conditions:
- files~=^integration-tests/
actions:
label:
add:
- integration-tests
remove: []
- name: Label integration-tests3 PRs
conditions:
- files~=^.sbt/matrix/integration-tests3/
actions:
label:
add:
- integration-tests3
remove: []
- name: Label kinesis-mock PRs
conditions:
- files~=^kinesis-mock/
actions:
label:
add:
- kinesis-mock
remove: []
- name: Label kinesis-mock3 PRs
conditions:
- files~=^.sbt/matrix/kinesis-mock3/
actions:
label:
add:
- kinesis-mock3
remove: []
- name: Label kinesis-mockJS3 PRs
conditions:
- files~=^.sbt/matrix/kinesis-mockJS3/
actions:
label:
add:
- kinesis-mockJS3
remove: []
- name: Label root-js-3 PRs
conditions:
- files~=^root-js-3/
actions:
label:
add:
- root-js-3
remove: []
- name: Label root-jvm-3 PRs
conditions:
- files~=^root-jvm-3/
actions:
label:
add:
- root-jvm-3
remove: []
- name: Label testkit PRs
conditions:
- files~=^testkit/
actions:
label:
add:
- testkit
remove: []
- name: Label testkit3 PRs
conditions:
- files~=^.sbt/matrix/testkit3/
actions:
label:
add:
- testkit3
remove: []
- name: Label testkitJS3 PRs
conditions:
- files~=^.sbt/matrix/testkitJS3/
actions:
label:
add:
- testkitJS3
remove: []
- name: Label unit-tests PRs
conditions:
- files~=^unit-tests/
actions:
label:
add:
- unit-tests
remove: []
- name: Label unit-tests3 PRs
conditions:
- files~=^.sbt/matrix/unit-tests3/
actions:
label:
add:
- unit-tests3
remove: []
- name: Label unit-testsJS3 PRs
conditions:
- files~=^.sbt/matrix/unit-testsJS3/
actions:
label:
add:
- unit-testsJS3
remove: []