This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 749f683dc fix: missing data in the table issue_assignees (#5447)
749f683dc is described below
commit 749f683dc6fe8c2ddb0daf0df65d40ea56c8cd68
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jun 13 09:44:21 2023 +0800
fix: missing data in the table issue_assignees (#5447)
---
backend/plugins/github_graphql/impl/impl.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/backend/plugins/github_graphql/impl/impl.go
b/backend/plugins/github_graphql/impl/impl.go
index 38b3b90c3..952f519c7 100644
--- a/backend/plugins/github_graphql/impl/impl.go
+++ b/backend/plugins/github_graphql/impl/impl.go
@@ -112,6 +112,7 @@ func (p GithubGraphql) SubTaskMetas() []plugin.SubTaskMeta {
githubTasks.ConvertPullRequestReviewsMeta,
githubTasks.ConvertPullRequestLabelsMeta,
githubTasks.ConvertPullRequestIssuesMeta,
+ githubTasks.ConvertIssueAssigneeMeta,
githubTasks.ConvertIssueCommentsMeta,
githubTasks.ConvertPullRequestCommentsMeta,
githubTasks.ConvertMilestonesMeta,