From 59ca6d3e8e44bfb2ba1f589f312d99a74ee37b54 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 3 Feb 2021 11:15:56 -0800 Subject: [PATCH 1/2] add more required checks --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index bf68db38f462..0bbf6c0c4279 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,6 +61,8 @@ github: # contexts are the names of checks that must pass contexts: - check + - lint (3.7) + - test-postgres (3.7) required_pull_request_reviews: dismiss_stale_reviews: false From 5765168a555414cf786238dfe0f3a49f4fce301d Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Fri, 5 Feb 2021 09:39:27 -0800 Subject: [PATCH 2/2] remove lint for test-mysql --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 0bbf6c0c4279..99c38ef2ed65 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,7 +61,7 @@ github: # contexts are the names of checks that must pass contexts: - check - - lint (3.7) + - test-mysql (3.7) - test-postgres (3.7) required_pull_request_reviews: