-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mergify.yml
190 lines (189 loc) · 4.33 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# 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=davenverse-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, googleapis-http4sJVM)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, googleapis-http4sJS)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, googleapis-http4sNative)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, googleapis-http4sJVM)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, googleapis-http4sJS)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, googleapis-http4sNative)
actions:
merge: {}
- name: Label cloud-alloydb PRs
conditions:
- files~=^cloud-alloydb/
actions:
label:
add:
- cloud-alloydb
remove: []
- name: Label cloud-bigqueryconnection-v1 PRs
conditions:
- files~=^cloud-bigqueryconnection-v1/
actions:
label:
add:
- cloud-bigqueryconnection-v1
remove: []
- name: Label cloud-bigquerydatapolicy-v1 PRs
conditions:
- files~=^cloud-bigquerydatapolicy-v1/
actions:
label:
add:
- cloud-bigquerydatapolicy-v1
remove: []
- name: Label cloud-bigquerydatatransfer-v1 PRs
conditions:
- files~=^cloud-bigquerydatatransfer-v1/
actions:
label:
add:
- cloud-bigquerydatatransfer-v1
remove: []
- name: Label cloud-bigquerymigration-v2 PRs
conditions:
- files~=^cloud-bigquerymigration-v2/
actions:
label:
add:
- cloud-bigquerymigration-v2
remove: []
- name: Label cloud-bigqueryreservation-v1 PRs
conditions:
- files~=^cloud-bigqueryreservation-v1/
actions:
label:
add:
- cloud-bigqueryreservation-v1
remove: []
- name: Label cloud-bigquerystorage-v1 PRs
conditions:
- files~=^cloud-bigquerystorage-v1/
actions:
label:
add:
- cloud-bigquerystorage-v1
remove: []
- name: Label cloud-bigtable-v2 PRs
conditions:
- files~=^cloud-bigtable-v2/
actions:
label:
add:
- cloud-bigtable-v2
remove: []
- name: Label cloud-datastream-v1 PRs
conditions:
- files~=^cloud-datastream-v1/
actions:
label:
add:
- cloud-datastream-v1
remove: []
- name: Label cloud-firestore-v1 PRs
conditions:
- files~=^cloud-firestore-v1/
actions:
label:
add:
- cloud-firestore-v1
remove: []
- name: Label cloud-kms-v1 PRs
conditions:
- files~=^cloud-kms-v1/
actions:
label:
add:
- cloud-kms-v1
remove: []
- name: Label cloud-memcache-v1 PRs
conditions:
- files~=^cloud-memcache-v1/
actions:
label:
add:
- cloud-memcache-v1
remove: []
- name: Label cloud-pubsub-v1 PRs
conditions:
- files~=^cloud-pubsub-v1/
actions:
label:
add:
- cloud-pubsub-v1
remove: []
- name: Label cloud-redis-v1 PRs
conditions:
- files~=^cloud-redis-v1/
actions:
label:
add:
- cloud-redis-v1
remove: []
- name: Label cloud-spanner-v1 PRs
conditions:
- files~=^cloud-spanner-v1/
actions:
label:
add:
- cloud-spanner-v1
remove: []
- name: Label cloud-storage-v2 PRs
conditions:
- files~=^cloud-storage-v2/
actions:
label:
add:
- cloud-storage-v2
remove: []
- name: Label cloud-trace-v2 PRs
conditions:
- files~=^cloud-trace-v2/
actions:
label:
add:
- cloud-trace-v2
remove: []
- name: Label common PRs
conditions:
- files~=^common/
actions:
label:
add:
- common
remove: []
- name: Label iam-v1 PRs
conditions:
- files~=^iam-v1/
actions:
label:
add:
- iam-v1
remove: []
- name: Label java PRs
conditions:
- files~=^java/
actions:
label:
add:
- java
remove: []
- name: Label site PRs
conditions:
- files~=^site/
actions:
label:
add:
- site
remove: []