mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 08:25:19 +00:00
14 lines
325 B
YAML
14 lines
325 B
YAML
pull_request_rules:
|
|
- name: Automatic merge on approval
|
|
conditions:
|
|
- base=develop
|
|
- "#approved-reviews-by>=1"
|
|
- label=ready-to-merge
|
|
- label!=hold-off-merging
|
|
- status-success=build
|
|
actions:
|
|
merge:
|
|
method: squash
|
|
commit_message: title+body
|
|
strict: smart
|