From 45f57aca2d11ba1e0d8ff3ef6405476e8b216a1d Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Fri, 5 Feb 2021 11:09:35 -0800 Subject: [PATCH 1/3] add cypress required checks --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 7e53396c291e..1fd6b4ffb8a2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,6 +61,10 @@ github: # contexts are the names of checks that must pass contexts: - check + - cypress-matrix (1, chrome) + - cypress-matrix (2, chrome) + - cypress-matrix (3, chrome) + - docker-build - frontend-build - python-lint (3.7) - test-mysql (3.7) From 93fce5ab4c286814fbce0b201dbf3af1d5d5c389 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Mon, 8 Feb 2021 13:49:18 -0800 Subject: [PATCH 2/3] add postgres 3.8 matrix --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 1fd6b4ffb8a2..cd0fe0a9544d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -69,6 +69,7 @@ github: - python-lint (3.7) - test-mysql (3.7) - test-postgres (3.7) + - test-postgres (3.8) - test-sqlite (3.7) required_pull_request_reviews: From d81363e4df105591ab24833d51b04d6d7c5f13cf Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Mon, 8 Feb 2021 17:26:12 -0800 Subject: [PATCH 3/3] add required signatures --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index cd0fe0a9544d..1d8ff0ba448c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -76,3 +76,5 @@ github: dismiss_stale_reviews: false require_code_owner_reviews: true required_approving_review_count: 1 + + required_signatures: true