You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/06/18 09:24:22 UTC

[incubator-devlake] 04/10: update impl.go

This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit d8394e32eb9789b2a1370eeba6a0d10568f5cad2
Author: Mr.An <42...@users.noreply.github.com>
AuthorDate: Wed Jun 15 12:32:03 2022 +0800

    update impl.go
---
 plugins/gitee/impl/impl.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/gitee/impl/impl.go b/plugins/gitee/impl/impl.go
index c1e4d799..9cde8eb3 100644
--- a/plugins/gitee/impl/impl.go
+++ b/plugins/gitee/impl/impl.go
@@ -58,8 +58,8 @@ func (plugin Gitee) SubTaskMetas() []core.SubTaskMeta {
 		tasks.ExtractApiIssueCommentsMeta,
 		tasks.CollectApiPullRequestCommitsMeta,
 		tasks.ExtractApiPullRequestCommitsMeta,
-		//tasks.CollectApiPullRequestReviewsMeta,
-		//tasks.ExtractApiPullRequestReviewsMeta,
+		tasks.CollectApiPullRequestReviewsMeta,
+		tasks.ExtractApiPullRequestReviewsMeta,
 		tasks.CollectApiCommitStatsMeta,
 		tasks.ExtractApiCommitStatsMeta,
 		tasks.EnrichPullRequestIssuesMeta,