forked from oneapi-src/oneDAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
36 lines (36 loc) · 824 Bytes
/
.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
pull_request_rules:
- name: backport patches to 2021 branch
conditions:
- base=master
- label=backport-2021
actions:
backport:
branches:
- rls/2021-gold-mnt
ignore_conflicts: true
- name: backport patches to 2020 branch
conditions:
- base=master
- label=backport-2020
actions:
backport:
branches:
- rls/daal-2020-mnt
ignore_conflicts: true
- name: delete head branch after merge
conditions:
- head~=^renovate/
- merged
actions:
delete_head_branch: {}
- name: Review assigment for renovate requests
conditions:
- author=renovate[bot]
- -closed
actions:
label:
add: [infra]
request_reviews:
users:
- napetrov
- PetrovKP