File size: 454 Bytes
0fbb523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pull_request_rules:
  - name: Automatic merge on approval
    conditions:
      - "status-success=checks/approved"
      - "#approved-reviews-by>=2"
    actions:
      queue:
        method: squash
  - name: automatic update of pull requests where more 5 commits behind
    conditions:
      - "#commits-behind>5"
    actions:
      update:
  - name: delete head branch after merge
    conditions:
      - merged
    actions:
      delete_head_branch: {}