Skip to content

Commit

Permalink
fix(mergify): use ready to merge label (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchello2000 committed Oct 18, 2019
1 parent 7b5a329 commit f95f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pull_request_rules:
- name: Automatically merge on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- "label=ready"
- "label=ready to merge"
- "approved-reviews-by=@oss-approvers"
actions:
merge:
Expand Down

0 comments on commit f95f6b1

Please sign in to comment.