-
Notifications
You must be signed in to change notification settings - Fork 63
/
.mergify.yml
64 lines (55 loc) · 1.28 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
pull_request_rules:
- name: label series/0.23 PRs
conditions:
- base=series/0.23
actions:
label:
add: ['series/0.23']
- name: label http4s-steward's PRs
conditions:
- author=http4s-steward[bot]
actions:
label:
add: [dependencies]
- name: label blaze-core PRs
conditions:
- files~=^core/
actions:
label:
add: ['module:blaze-core']
- name: label http4s-blaze-client PRs
conditions:
- files~=^blaze-client/
actions:
label:
add: ['module:http4s-blaze-client']
- name: label http4s-blaze-core PRs
conditions:
- files~=^blaze-core/
actions:
label:
add: ['module:http4s-blaze-core']
- name: label http4s-blaze-server PRs
conditions:
- files~=^blaze-server/
actions:
label:
add: ['module:http4s-blaze-server']
- name: label blaze-examples PRs
conditions:
- files~=^examples/
actions:
label:
add: ['module:blaze-examples']
- name: label blaze-testkit PRs
conditions:
- files~=^testkit/
actions:
label:
add: ['module:blaze-testkit']
- name: label ember-server PRs
conditions:
- files~=^ember-server/
actions:
label:
add: ['module:ember-server']