Skip to content

Commit

Permalink
Add mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Apr 1, 2022
1 parent 417789f commit 63c4c0b
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 63c4c0b

Please sign in to comment.