Skip to content

Commit

Permalink
Merge pull request ARMmbed#12391 from 0xc0170/fix_mergify_conflict
Browse files Browse the repository at this point in the history
mergify: CI only if PR is without conflicts
  • Loading branch information
0xc0170 authored Feb 11, 2020
2 parents 8e52205 + 59746d7 commit 69a7d67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- "#approved-reviews-by>=1"

# No conflict with the base branch
- -conflict

# CI green policy, at least Travis should be green
- status-success~=continuous-integration/travis-ci/pr
# new CI needs to be done (neutral does not work, lets check if it failed or passed, if none, we need to run again)
Expand Down

0 comments on commit 69a7d67

Please sign in to comment.