J0shSkqlq commented on code in PR #8214:
URL:
https://github.com/apache/incubator-devlake/pull/8214#discussion_r1858583709
##########
backend/plugins/github_graphql/tasks/release_extractor.go:
##########
@@ -55,7 +55,9 @@ func ExtractReleases(taskCtx plugin.SubTaskContext)
errors.Error {
if err != nil {
return nil, err
}
-
+ if release.IsDraft {
+ return nil, nil
Review Comment:
Fixed it, but had to force push since the commit message lint failed as well.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]