From 97b93c2a76cd1950517218a7a9f4cf3f484a4179 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Wed, 27 Jan 2021 12:49:52 -0800 Subject: [PATCH] use job name --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 5aa37211395c7..bf68db38f4629 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -54,13 +54,13 @@ github: rebase: false protected_branches: - infra_reviewer_updates: + master: required_status_checks: # strict means "Require branches to be up to date before merging". strict: false # contexts are the names of checks that must pass contexts: - - PR Lint / check + - check required_pull_request_reviews: dismiss_stale_reviews: false