Skip to content

Commit

Permalink
Merge pull request #5200 from rtfd/fix-mergable
Browse files Browse the repository at this point in the history
Remove approvals requirement from mergable
  • Loading branch information
ericholscher authored Jan 30, 2019
2 parents 54a87c0 + ea6d211 commit 0818219
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ mergeable:
# Do not allow empty descriptions on PR.
enabled: true
message: 'Description can not be empty.'
- do: approvals
min:
count: 1
message: 'The PR must have a minimum of 1 approvals.'
- do: label
# Do not allow PR with label 'PR: work in progress'
must_exclude:
Expand Down

0 comments on commit 0818219

Please sign in to comment.