From 68169aff70c0c0706f7287195ce3696f650c390a Mon Sep 17 00:00:00 2001 From: imbajin Date: Thu, 1 Aug 2024 16:03:51 +0800 Subject: [PATCH] chore: enable up-to-date --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3bf3752168..6c78530425 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -34,8 +34,8 @@ github: protected_branches: master: required_status_checks: - # strict means "Require branches to be up-to-date before merging". - strict: false + # strict means "Require branches to be up-to-date before merging". (TODO: turnoff when branch is stable) + strict: true # contexts are the names of checks that must pass (now only enable the basic check) contexts: - Analyze (java)