From 6886134642c0b7c2bfc335704eb7d4bce5d33f2b Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Sat, 6 Feb 2021 16:24:19 -0800 Subject: [PATCH] chore: add more required checks for branch protection (#12969) --- .asf.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 99c38ef2e..7e53396c2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -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