neon_arch commited on
Commit
0fbb523
1 Parent(s): f9ac87b

ci(Mergify): configuration update

Browse files

Signed-off-by: neon_arch <[email protected]>

Files changed (1) hide show
  1. .mergify.yml +18 -0
.mergify.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pull_request_rules:
2
+ - name: Automatic merge on approval
3
+ conditions:
4
+ - "status-success=checks/approved"
5
+ - "#approved-reviews-by>=2"
6
+ actions:
7
+ queue:
8
+ method: squash
9
+ - name: automatic update of pull requests where more 5 commits behind
10
+ conditions:
11
+ - "#commits-behind>5"
12
+ actions:
13
+ update:
14
+ - name: delete head branch after merge
15
+ conditions:
16
+ - merged
17
+ actions:
18
+ delete_head_branch: {}