From a0f34d5973cc066c75f387505a5ef176da3107b6 Mon Sep 17 00:00:00 2001 From: Jermy Li Date: Wed, 8 Mar 2023 22:53:52 +0800 Subject: [PATCH] chore: disable up-to-date in PR (#2150) --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 9650e2973c..12886b9738 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -35,7 +35,7 @@ github: master: required_status_checks: # strict means "Require branches to be up-to-date before merging". - strict: true + strict: false # contexts are the names of checks that must pass (now only enable the basic check) contexts: - Analyze (java)