Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Prevents merging PRs that are not ready (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored and shamsimam committed Apr 24, 2019
1 parent 9279c3f commit 69db924
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
mergeable:
- when: pull_request.*
validate:
- do: label
must_include:
regex: '^internal-green$'
must_exclude:
regex: '^wip$'

0 comments on commit 69db924

Please sign in to comment.