imbajin commented on code in PR #1892:
URL:
https://github.com/apache/incubator-hugegraph/pull/1892#discussion_r1005422503
##########
.asf.yaml:
##########
@@ -28,17 +28,19 @@ github:
del_branch_on_merge: true
#labels:
enabled_merge_buttons:
- merge: true
+ merge: false
+ rebase: false
squash: true
- rebase: true
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
# contexts are the names of checks that must pass
- #contexts:
- # - hugegraph ci/build
+ contexts:
+ # - build
Review Comment:
now only enable the basic memory check (consider add rocksdb when it's
stable)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]