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 1bc7595
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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: []
restrictions: null

0 comments on commit 1bc7595

Please sign in to comment.