forked from sphinx-contrib/spelling
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify.yml
47 lines (44 loc) · 1.09 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
pull_request_rules:
- name: Add CI label
conditions:
- or:
- "title~=^tox:"
- "title~=^ci:"
- "files~=tox.ini"
- "files~=.github/"
actions:
label:
add:
- ci
- name: Add Mergify label
conditions:
- or:
- "title~=^mergify:"
- "files~=.mergify.yml$"
actions:
label:
add:
- mergify
- name: Automatic merge on approval
conditions:
- and:
- "check-success=build (docs)"
- "check-success=build (isolated)"
- "check-success=build (linter)"
- "check-success=build (spelling)"
- "check-success=django"
- "check-success=build (3.7)"
- "check-success=build (3.8)"
- "check-success=build (3.9)"
- "check-success=build (3.10)"
- "check-success=build (3.11)"
- "-draft"
- or:
- "check-success=history-update"
- "label=ci"
- or:
- "approved-reviews-by=dhellmann"
- "author=dhellmann"
actions:
merge:
method: merge