Skip to content

Commit

Permalink
Add mergify config (mistifyio#86)
Browse files Browse the repository at this point in the history
Add mergify config
  • Loading branch information
mmlb authored Apr 1, 2022
2 parents 417789f + 63c4c0b commit 81c92b4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=validation

pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=master
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
- check-success=validation
- label!=do-not-merge
- label=ready-to-merge
actions:
queue:
method: merge
name: default
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 81c92b4

Please sign in to comment.