Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(.mergify.yml): don't wait for travis when [ci skip] is present (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen authored and robertylewis committed Dec 10, 2019
1 parent 361793a commit 3a10c60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ pull_request_rules:
method: squash
strict: smart
strict_method: merge
# Allows PRs with [skip ci] and [ci skip] to be merged without waiting for Travis.
- name: automatic merge on CI success and review - push
conditions:
- title~=\[skip ci\]|\[ci skip\]
- "#changes-requested-reviews-by=0"
- base=master
- label=ready-to-merge
- approved-reviews-by=@leanprover-community/mathlib-maintainers
actions:
delete_head_branch: {}
merge:
method: squash
strict: smart
strict_method: merge

# In practice this turns out to be really annoying.
# - name: remove outdated reviews
Expand Down

0 comments on commit 3a10c60

Please sign in to comment.