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 d7ff22b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ branches:
required_approving_review_count: 1
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: []
enforce_admins: null
restrictions: null

0 comments on commit d7ff22b

Please sign in to comment.