This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch imbajin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 68169aff70c0c0706f7287195ce3696f650c390a Author: imbajin <[email protected]> AuthorDate: Thu Aug 1 16:03:51 2024 +0800 chore: enable up-to-date --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3bf375216..6c7853042 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)
