GitHub issues.opened and issues.labeled webhook always failed due to SQL error #158
Labels
bug
Something isn't working
good first issue
Good for newcomers
webhooks
GitHub and Linear webhook listeners; routing; verification; return objects
When configuring the SyncLinear on my GitHub repo, I found the
issues.opened
andissues.labeled
always got response 500 fromsynclinear.com/api
in my GitHub webhook history log.Seems the schema of the GitHub Issue ID in SyncLinear DB is INT4 (32bits). However, the GitHub Issue ID was already bigger than 32 bits.
Please reference the following response payload by
POST https://synclinear.com/api
The text was updated successfully, but these errors were encountered: