Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Revert "removed the hotfix condition"
Browse files Browse the repository at this point in the history
This reverts commit 9ff832f.
  • Loading branch information
x64Eddie committed Oct 5, 2020
1 parent 5f9f91a commit 4bb5018
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,18 @@ pull_request_rules:
actions:
backport:
branches:
- dev
- dev
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=2"
- "-head~=^hotfix"
actions:
merge:
method: squash
- name: Wrong branch
conditions:
- "-head~=^hotfix"
- "base=stable"
actions:
close:
message: "Thank you for your contribution @{{author}}🎉! However, please double check if this PR goes into dev and not stable 🤔. The PR is going to be closed, please make another PR for dev!"

0 comments on commit 4bb5018

Please sign in to comment.