-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
38 lines (36 loc) · 1.02 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
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
queue_rules:
- name: default
update_method: merge
conditions:
- "#approved-reviews-by>=1"
- -label~=(do-not-merge)
- status-success=build
- status-success=package-js
- status-success=package-python
pull_request_rules:
- name: backport patches to helmfile-v0.+ branches
conditions:
- label=backport-to-helmfile-v0.+
- base=helmfile-v0/main
actions:
backport:
regexes:
- helmfile-v(?!0.|0)[\d]*\/main
labels:
- auto-approve
- name: Automatic merge on approval and successful build
actions:
delete_head_branch: {}
queue:
method: squash
name: default
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
conditions:
- "#approved-reviews-by>=1"
- -label~=(do-not-merge)
- status-success=build
- status-success=package-js
- status-success=package-python