chore: add more required checks for branch protection (#12969)

This commit is contained in:
Elizabeth Thompson 2021-02-06 16:24:19 -08:00 committed by GitHub
parent 92a5f84151
commit 6886134642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -61,8 +61,11 @@ github:
# contexts are the names of checks that must pass
contexts:
- check
- frontend-build
- python-lint (3.7)
- test-mysql (3.7)
- test-postgres (3.7)
- test-sqlite (3.7)
required_pull_request_reviews:
dismiss_stale_reviews: false