Skip to content

Commit

Permalink
chore(mergify): fix status check name (aws#9987)
Browse files Browse the repository at this point in the history
Following up on aws#9928 which changed the name of the job from `mandatory-changes` to `validate-pr`.
  • Loading branch information
Elad Ben-Israel authored Aug 26, 2020
1 parent e50a5a9 commit a913648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
#- status-success=Semantic Pull Request
- status-success=mandatory-changes
- status-success=validate-pr
- name: automatic merge (2+ approvers)
actions:
comment:
Expand All @@ -56,7 +56,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
#- status-success=Semantic Pull Request
- status-success=mandatory-changes
- status-success=validate-pr
- name: automatic merge (no-squash)
actions:
comment:
Expand All @@ -82,7 +82,7 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
#- status-success=Semantic Pull Request
- status-success=mandatory-changes
- status-success=validate-pr
- name: remove stale reviews
actions:
dismiss_reviews:
Expand Down Expand Up @@ -126,4 +126,4 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
#- status-success=Semantic Pull Request
- status-success=mandatory-changes
- status-success=validate-pr

0 comments on commit a913648

Please sign in to comment.