From 9cd01656dbe519f8735746b5f5fc08a53aa409ca Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Tue, 9 Feb 2021 01:14:37 -0800 Subject: [PATCH] chore: add cypress required checks for branch protection (#12970) --- .asf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 7e53396c2..1d8ff0ba4 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -61,13 +61,20 @@ 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) - test-postgres (3.7) + - test-postgres (3.8) - test-sqlite (3.7) required_pull_request_reviews: dismiss_stale_reviews: false require_code_owner_reviews: true required_approving_review_count: 1 + + required_signatures: true