You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/15 15:44:38 UTC

[GitHub] [incubator-devlake] mindlesscloud commented on a diff in pull request #2506: fix: fill in core.SubTaskMeta.DomainTypes

mindlesscloud commented on code in PR #2506:
URL: https://github.com/apache/incubator-devlake/pull/2506#discussion_r922290881


##########
plugins/gitee/tasks/commit_extractor.go:
##########
@@ -30,6 +30,7 @@ var ExtractCommitsMeta = core.SubTaskMeta{
 	EntryPoint:       ExtractApiCommits,
 	EnabledByDefault: true,
 	Description:      "Extract raw commit data into tool layer table GiteeCommit,GiteeAccount and GiteeRepoCommit",
+	DomainTypes:      []string{core.DOMAIN_TYPE_CODE, core.DOMAIN_TYPE_CROSS},

Review Comment:
   the `account` is generated too



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org