Skip to content

Commit

Permalink
Merge pull request #50 from innFactory/ci/mergify
Browse files Browse the repository at this point in the history
Create .mergify.yml
  • Loading branch information
jona7o authored Oct 28, 2022
2 parents 4bd5f10 + 632e582 commit 813924a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pull_request_rules:
- name: Automatic merge on successful tests by PR from jona7o (Scala Steward)
conditions:
- author=jona7o
- status-success~=test
actions:
merge:
method: merge
- name: delete head branch after merge
conditions:
- merged
actions:
delete_head_branch: {}

0 comments on commit 813924a

Please sign in to comment.