Skip to content

Commit

Permalink
chore: fixes mergify commenting on check failures (#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGL321 authored Aug 17, 2019
1 parent d7c351b commit 7ec8db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pull_request_rules:
comment:
message: Codebuild (Continuous Integration) build failed for current commits. Please check log and resolve before PR is merged.
conditions:
- -status-success=AWS CodeBuild us-east-1 (aws-cdk-build)
- status-failure=AWS CodeBuild us-east-1 (aws-cdk-build)
- name: remove stale reviews
actions:
dismiss_reviews: {}
Expand All @@ -67,4 +67,4 @@ pull_request_rules:
comment:
message: Title does not follow the guidelines of [Conventional Commits](https://www.conventionalcommits.org). Please adjust title before merge.
conditions:
- -status-success=Semantic Pull Request
- status-failure=Semantic Pull Request

0 comments on commit 7ec8db2

Please sign in to comment.