Skip to content

Commit

Permalink
chore(mergify): Add a condition to prevent merge if PR title contains…
Browse files Browse the repository at this point in the history
… WIP
  • Loading branch information
jamescdavis committed Nov 29, 2018
1 parent edc5da6 commit a00635c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pull_request_rules:
- "#approved-reviews-by>0" # at least one approval from someone with write permission
- "#changes-requested-reviews-by=0" # no changes requested
- label!=no merge # use this label to prevent automatic merge
- -title~=\b[Ww][Ii][Pp]\b
actions:
merge:
method: merge # merge with a merge commit
Expand Down

0 comments on commit a00635c

Please sign in to comment.