codebreach commented on issue #6718: URL: https://github.com/apache/incubator-devlake/issues/6718#issuecomment-1873835168
Based on error message, this seems to be coming from https://github.com/apache/incubator-devlake/blob/main/backend/plugins/gitextractor/parser/repo.go#L202 and https://github.com/apache/incubator-devlake/blob/main/backend/core/models/domainlayer/domainlayer.go#L24-L27 Basically ID is generated by appending repo id and branch name but that has a limit of 255 characters so it will fail for `len(branch name) + 1 + len(str(repo.id)) > 255` -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org