This is an automated email from the ASF dual-hosted git repository.
guoshoujing 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 07628b7 chore: enable required ci (#284)
07628b7 is described below
commit 07628b7f174b712d71bc727c30fa4e9ed874f07a
Author: imbajin <[email protected]>
AuthorDate: Tue May 24 21:48:25 2022 +0800
chore: enable required ci (#284)
---
.asf.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0e98f13..a372aa7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,17 +34,18 @@ github:
- tool
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
+ - Analyze
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false