This is an automated email from the ASF dual-hosted git repository. jermy pushed a commit to branch not-require-up-to-date in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit a98fecec086f286c48f57b8afc02d237003aeeae Author: Jermy Li <[email protected]> AuthorDate: Wed Mar 8 21:03:23 2023 +0800 don' need to require branches to be up-to-date --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 9650e2973..12886b973 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)
