chore: add required review on master (#12694)

This commit is contained in:
Elizabeth Thompson 2021-02-02 17:23:30 -08:00 committed by GitHub
parent fab6238033
commit 8553543ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -52,3 +52,17 @@ github:
squash: true
merge: false
rebase: false
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- check
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: true
required_approving_review_count: 1