mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
16 lines
350 B
YAML
16 lines
350 B
YAML
|
pull_request_rules:
|
||
|
- name: automatic merge for Renovate pull requests
|
||
|
conditions:
|
||
|
- author=renovate[bot]
|
||
|
# - check-success=build
|
||
|
actions:
|
||
|
merge:
|
||
|
method: rebase
|
||
|
|
||
|
- name: Automatic merge on approval
|
||
|
conditions:
|
||
|
- "#approved-reviews-by>=1"
|
||
|
actions:
|
||
|
merge:
|
||
|
method: rebase
|