Skip to content

Commit

Permalink
Fix master branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartel committed Apr 8, 2020
1 parent 8d05cd7 commit 46c6fe6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,12 @@ collaborators:
branches:
- name: master
protection:
# Required. Require at least one approving review on a pull request, before merging. Set to null to disable.
required_pull_request_reviews:
# The number of approvals required. (1-6)
required_approving_review_count: 1
# Dismiss approved reviews automatically when a new commit is pushed.
dismiss_stale_reviews: true
require_code_owner_reviews: true
dismissal_restrictions:
users: []
teams: []
required_status_checks:
strict: true
contexts: ['YAML lint']
enforce_admins: true
restrictions:
apps: []
users: []
teams: []
required_status_checks: null
restrictions: null
enforce_admins: null

0 comments on commit 46c6fe6

Please sign in to comment.