-
-
Notifications
You must be signed in to change notification settings - Fork 571
Expand file tree
/
Copy path.mergify.yml
More file actions
28 lines (28 loc) · 694 Bytes
/
.mergify.yml
File metadata and controls
28 lines (28 loc) · 694 Bytes
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
pull_request_rules:
- name: label typelevel-steward's PRs
conditions:
- author=typelevel-steward[bot]
actions:
label:
add: [':robot:']
- name: label typelevel-steward's update PRs
conditions:
- author=typelevel-steward[bot]
- body~=labels:.*library-update
actions:
label:
add: [dependencies]
- name: label dependabots's PRs
conditions:
- author=dependabot[bot]
actions:
label:
add: [':robot:']
- name: automatically merge dependabot docs PRs
conditions:
- author=dependabot[bot]
- check-success=Generate Microsite
- base=docs
actions:
merge:
method: merge