Skip to content

Commit

Permalink
Merge pull request #18 from simlu/master
Browse files Browse the repository at this point in the history
chore: added .gally.json configuration
  • Loading branch information
simlu committed Apr 19, 2018
2 parents c0f0e8c + cd6a112 commit e09e649
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gally.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"defaultBranch": "master",
"branches": {
"dev": {
"protection": "$full",
"create": true
},
"master": {
"protection": "$full",
"create": true
},
"fix/*": {},
"feat/*": {},
"greenkeeper/*": {}
},
"protection": {
"$full": {
"required_status_checks": {
"strict": true,
"contexts": [
"continuous-integration/travis-ci",
"coverage/coveralls"
]
},
"enforce_admins": true,
"required_pull_request_reviews": {
"dismissal_restrictions": {
"users": [
"simlu"
],
"teams": []
},
"dismiss_stale_reviews": true,
"require_code_owner_reviews": true,
"required_approving_review_count": 1
},
"restrictions": {
"users": [
"simlu"
],
"teams": []
}
}
}
}

0 comments on commit e09e649

Please sign in to comment.