11 lines
269 B
YAML
11 lines
269 B
YAML
|
pull_request_rules:
|
||
|
- name: automerge to master with label automerge and branch protection passing
|
||
|
conditions:
|
||
|
- "#approved-reviews-by>1"
|
||
|
- base=development
|
||
|
- label=automerge
|
||
|
actions:
|
||
|
merge:
|
||
|
method: squash
|
||
|
strict: true
|