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-toolchain.git
The following commit(s) were added to refs/heads/master by this push:
new 922e767 remove ci
922e767 is described below
commit 922e767be004b77b97980ce1a39da2e36ef2eba5
Author: imbajin <[email protected]>
AuthorDate: Wed Apr 20 23:41:25 2022 +0800
remove ci
---
.asf.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 037e554..f64c481 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,9 +38,8 @@ github:
# 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
- - hugegraph-ci/build
+ #contexts:
+ # - hugegraph ci/build
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false