This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
The following commit(s) were added to refs/heads/main by this push:
new 783ab8e fix .asf.yaml to enable rules
783ab8e is described below
commit 783ab8e1ebe6f6e8d65c4fe6fa868c70d370144f
Author: imbajin <[email protected]>
AuthorDate: Wed Oct 18 12:20:27 2023 +0800
fix .asf.yaml to enable rules
---
.asf.yaml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index feef184..e9b18d5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,24 +28,24 @@ github:
del_branch_on_merge: true
labels:
- hugegraph
- - large-language-model
+ - LLM
- graph-machine-learning
- graph-neural-networks
- graph-embedding
- knowledge-graph
enabled_merge_buttons:
- merge: false
+ merge: false
rebase: true
squash: true
protected_branches:
- master:
+ main:
required_status_checks:
# strict means "Require branches to be up-to-date before merging".
strict: false
# contexts are the names of checks that must pass (now only enable the
basic check)
- contexts:
- - CodeQL
- - check-license
+ #contexts:
+ #- CodeQL
+ #- check-license
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false