Skip to content

Commit

Permalink
Merge pull request #4 from aws/master
Browse files Browse the repository at this point in the history
chore: fixes mergify commenting on check failures (aws#3693)
  • Loading branch information
slipdexic authored Aug 18, 2019
2 parents a59139a + 7ec8db2 commit 71724bc
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 71724bc

Please sign in to comment.