From 4708ed11cb0ee49e180030c7596fc606bd475923 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Fri, 5 Feb 2021 11:31:44 -0800 Subject: [PATCH] chore: add more required checks (#12928) --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index bf68db38f..99c38ef2e 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,6 +61,8 @@ github: # contexts are the names of checks that must pass contexts: - check + - test-mysql (3.7) + - test-postgres (3.7) required_pull_request_reviews: dismiss_stale_reviews: false