Skip to content

Commit

Permalink
Add or update mergify config (#580)
Browse files Browse the repository at this point in the history
../body.txt
  • Loading branch information
mmlb committed Jan 13, 2022
2 parents b18b238 + a5b5853 commit b08f56c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
28 changes: 28 additions & 0 deletions .github/mergify.yml
@@ -0,0 +1,28 @@
queue_rules:
- name: default
conditions:
# Conditions to get out of the queue (= merged)
- check-success=DCO
- check-success=docker-images
- check-success=validation

pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=main
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
- check-success=DCO
- check-success=docker-images
- check-success=validation
- label!=do-not-merge
- label=ready-to-merge
actions:
queue:
method: merge
name: default
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
13 changes: 0 additions & 13 deletions .mergify.yml

This file was deleted.

0 comments on commit b08f56c

Please sign in to comment.