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 1f55a8e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ branches:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
dismissal_restrictions:
users: []
teams: []
dismissal_restrictions: {}
required_status_checks:
strict: true
contexts: ['YAML lint']
enforce_admins: true
restrictions:
apps: []
users: []
teams: []
enforce_admins: null
restrictions: null

0 comments on commit 1f55a8e

Please sign in to comment.