Skip to content

Commit

Permalink
🔧 Updated Mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Mar 14, 2021
1 parent 75ba325 commit 2d6eeaf
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
pull_request_rules:
- name: Automatic merge when the pull request has been approved (Master Branch).
- name: Automatic merge when the pull request has been approved.
conditions:
- base=master
- base=main
- "#approved-reviews-by>=2"
actions:
merge:
method: squash
- name: Automatic merge when the pull request has been approved (Documentation Branch).

- name: Automatic merge when the pull request is made by SeMiD.
conditions:
- base=documentation
- "#approved-reviews-by>=2"
actions:
merge:
method: squash
- name: Automatic merge when the pull request is made by SeMiD (Master Branch).
conditions:
- base=master
- author=SeMiD
actions:
merge:
method: squash
- name: Automatic merge when the pull request is made by SeMiD (Documentation Branch).
conditions:
- base=documentation
- base=main
- author=SeMiD
actions:
merge:
Expand Down

0 comments on commit 2d6eeaf

Please sign in to comment.