Skip to content

Commit

Permalink
Merge pull request #917 from mraniki/dev
Browse files Browse the repository at this point in the history
♻️ Refactor Mergify configuration file
  • Loading branch information
mraniki authored Oct 11, 2023
2 parents 710f3e0 + c2cba22 commit 3d829ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/.mergify.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pull_request_rules:
- name: Automatic merge on CI
conditions:
- or:
- base=main
- base=dev
- "status-success=test"
- "status-success=build"
actions:
merge:
method: merge

0 comments on commit 3d829ac

Please sign in to comment.