forked from hardbyte/python-can
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mergify.yml
More file actions
28 lines (27 loc) · 766 Bytes
/
.mergify.yml
File metadata and controls
28 lines (27 loc) · 766 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: Automatic merge passing PR on up to date branch with approving CR
conditions:
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- "status-success=continuous-integration/travis-ci/pr"
- "label!=work-in-progress"
actions:
merge:
method: merge
strict: smart+fasttrack
- name: Request Brian to review changes on core api.
conditions:
- "-files~=^can/interfaces/$"
- "-closed"
- "author!=hardbyte"
actions:
request_reviews:
users:
- hardbyte
- name: delete head branch after merge
conditions:
- merged
actions:
delete_head_branch: {}