mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
18 lines
454 B
YAML
18 lines
454 B
YAML
|
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: {}
|