From dd9c8af05155d4d3b6bf33b6ebf8f96b9f95e537 Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Thu, 13 Jul 2023 14:30:28 +0800 Subject: [PATCH] ci: Require up to date before merging (#14530) closed #14412 --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index d403bc7d46..cd138ea8c8 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -37,6 +37,8 @@ github: protected_branches: dev: required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: true contexts: - Build - Unit Test