daml/.mergify.yml

38 lines
1.4 KiB
YAML
Raw Normal View History

2019-04-16 20:16:30 +03:00
pull_request_rules:
- name: "strict rebase"
2019-04-16 20:16:30 +03:00
conditions:
# All Azure builds should be green:
- "status-success=digital-asset.daml"
# CLA check must pass:
- "status-success=license/cla"
# Special label to request automerge:
- "label=automerge"
# Note that this only matches people with write / admin access to the repo,
# see <https://doc.mergify.io/conditions.html#attribute-list>
- "#approved-reviews-by>=1"
# Note: mergify cannot break branch protection rules
actions:
merge:
method: squash
2019-04-17 16:25:36 +03:00
strict: smart
strict_method: rebase
2019-04-16 20:16:30 +03:00
# Takes no options, see <https://doc.mergify.io/examples.html#deleting-merged-branch>
delete_head_branch: {}
- name: "unsafe squash"
conditions:
# All Azure builds should be green:
- "status-success=digital-asset.daml"
# CLA check must pass:
- "status-success=license/cla"
# Special label to request automerge:
- "label=automerge-dangerous-but-faster"
# Note that this only matches people with write / admin access to the repo,
# see <https://doc.mergify.io/conditions.html#attribute-list>
- "#approved-reviews-by>=1"
# Note: mergify cannot break branch protection rules
actions:
merge:
method: squash
# Takes no options, see <https://doc.mergify.io/examples.html#deleting-merged-branch>
delete_head_branch: {}