forked from uxlfoundation/oneDAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
36 lines (36 loc) · 854 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: 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
- vmeshche
- name: automatic merge on renovate updates for documentation
conditions:
- author=renovate[bot]
- check-success=docbuild
- files=docs/requirements.txt
- "#files=1"
actions:
merge:
method: squash