Skip to content
Snippets Groups Projects
Unverified Commit 3d43d273 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by GitHub
Browse files

Add Mergify configuration (#1496)

parent 727f24cc
No related branches found
No related tags found
No related merge requests found
pull_request_rules:
# rebase+merge strategy
- actions:
queue:
name: default
# Merge into master with a merge commit
method: merge
# Update the pr branch with rebase, so the history is clean
update_method: rebase
name: Put pull requests in the rebase+merge queue
conditions:
- label=merge me
- '#approved-reviews-by>=1'
# merge+squash strategy
- actions:
queue:
name: default
method: squash
# both update methods get absorbed by the squash, so we use the most
# reliable
update_method: merge
name: Put pull requests in the squash+merge queue
conditions:
- label=squash+merge me
- '#approved-reviews-by>=1'
queue_rules:
- name: default
conditions: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment