tomoya-kawaguchi-techtical commented on issue #8853: URL: https://github.com/apache/incubator-devlake/issues/8853#issuecomment-4323306059
@dosu This looks like it's checking an older commit. On the current [`v1.0.3-beta12`](https://github.com/apache/incubator-devlake/tree/v1.0.3-beta12) tag (same SHA as `upstream/main` HEAD, `1d21f1997...`), `requestedIssues` is still a field on [`GraphqlQueryIssueDetailWrapper`](https://github.com/apache/incubator-devlake/blob/1d21f199783b24fc8486445337d922d8a58badd3/backend/plugins/github_graphql/tasks/issue_collector.go#L54-L62) and is populated/read by the second `Collect Issues` pass, so the GraphQL error from the report still reproduces there. The `2c15ad880` commit referenced earlier sits on the `v1.0.3-beta2` lineage, before #8820 introduced that wrapper field — that's likely why the diff looked already fixed from there. -- 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]
