Skip to content

Commit

Permalink
chore: configure mergeable
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Heck committed Mar 15, 2019
1 parent 06bac83 commit 8fb518a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
mergeable:
- when: pull_request.*
validate:
- do: label
must_exclude:
regex: do-not-merge/blocked
- do: title
must_exclude:
regex: /\[?wip\]?:?/i
- do: label
must_exclude:
regex: do-not-merge/work-in-progress
pass:
- do: checks
status: success
payload:
title: The PR is ready to be merged.
summary: The pull request is ready to be merged.
fail:
- do: checks
status: failure
payload:
title: The PR is not ready to be merged.
summary: The pull request is not ready to be merged.

0 comments on commit 8fb518a

Please sign in to comment.