d4x1 commented on issue #7079: URL: https://github.com/apache/incubator-devlake/issues/7079#issuecomment-1978914487
That's beacuse DevLake fetches GitHub pull request via its graphql API, and this API doesn't support `createdAt` filter. So Devlake collect all pull requests. <img width="1516" alt="image" src="https://github.com/apache/incubator-devlake/assets/5844806/71e51849-d02a-4710-a4ee-eb01f23f4099"> Maybe we can collect pull request via `search` API, just like this: https://github.com/orgs/community/discussions/24611 . We can vote ont this matter. -- 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]
