Skip to content

Commit

Permalink
Merge pull request #5 from berserktech/feature/CI
Browse files Browse the repository at this point in the history
CI
  • Loading branch information
sadasant authored Feb 16, 2019
2 parents 6d2b1a8 + 77080aa commit b54f31b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Read more here: https://github.com/jusx/mergeable#configuration
version: 2
mergeable:
- when: pull_request.*, pull_request_review.*
validate:
- do: approvals
min:
count: 2
- do: assignee
min:
count: 1
- do: label
no_empty:
enabled: true
message: 'Asigna el Label relacionado al proyecto'
- do: description
no_empty:
enabled: true
must_exclude:
regex: 'DO NOT MERGE|WIP'
- do: title
no_empty:
enabled: true
must_exclude:
regex: 'DO NOT MERGE|WIP'

0 comments on commit b54f31b

Please sign in to comment.