This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new a0f34d597 chore: disable up-to-date in PR (#2150)
a0f34d597 is described below
commit a0f34d5973cc066c75f387505a5ef176da3107b6
Author: Jermy Li <[email protected]>
AuthorDate: Wed Mar 8 22:53:52 2023 +0800
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 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)