ech018 opened a new pull request, #5208:
URL: https://github.com/apache/incubator-devlake/pull/5208
### ⚠️ Pre Checklist
- [ ] I have added relevant tests.
- [ ] I will add labels to the PR, such as `pr-type/bug-fix`,
`pr-type/feature-development`, etc.
### Summary
Github workflows may have longer than 255 characters long names. In order to
sync it I changed gorm type from `varchar(255)` to `text` for `GithubRun` type
`Name` field.
### Other Information
Error received while syncing github repository:
```
time="2023-05-09 08:37:03" level=error msg=" [pipeline service] [pipeline
#3] [task #25] subtask extractRuns ended unexpectedly
Wraps: (2) error adding result to batch
Wraps: (3) Error 1406: Data too long for column 'name' at row 17
Wraps: (4) Error 1406: Data too long for column 'name' at row 17
Error types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3)
*hintdetail.withDetail (4) *mysql.MySQLError"
```
--
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]