xiaomingzhang12 opened a new issue, #6675: URL: https://github.com/apache/incubator-devlake/issues/6675
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened 1. Create a connection. 2. Collect data from the incubator-devlake repository. 3.Check the commits table. It is observed that author_id and committer_id are assigned with email addresses, specifically author_id=author_email and committer_id=committer_email.  ### What do you expect to happen However, the expectation is that both author_id and committer_id should be numerical. Taking the commit at https://api.github.com/repos/apache/incubator-devlake/commits/0006e8105d70318aff5eeee38d405fa181a32aa0 as an example, the desired values are author_id=8455907 and committer_id=101256042.  ### How to reproduce See above ### Anything else _No response_ ### Version main ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
