Skip to content

Commit

Permalink
feat: add mergify configuration file (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss authored Aug 22, 2023
1 parent 844c639 commit 710fe8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
- name: Automatic merge for Renovate pull requests
conditions:
- author=renovate[bot]
actions:
merge:
method: squash

0 comments on commit 710fe8c

Please sign in to comment.