You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @konck2! 👋 I'm here to help you with any bugs, questions, or contributions you have for Devlake. I'm like a bot with a knack for solving tech puzzles.
A similar issue was previously reported and closed: [Bug][Github] Pull Requests not being updated](#7851). This issue was resolved by a pull request that fixed the GitHub GraphQL collectors to refetch data in incremental mode. You might want to check if this fix is applicable to your situation or if there are any updates related to this in the latest version of DevLake [1].
Search before asking
What happened
Syncing data in Devlake doesn't update
merged_date
andclosed_date
frompull_requests
table when pull request has been closed -> reopened -> merged.What do you expect to happen
merged_date
andclosed_date
to be updated when Devlake sync job runs.How to reproduce
Anything else
pull_request
table entry withinlake
database (MySQL):GitHub API entry:
"created_at": "2024-11-26T13:32:32Z",
"updated_at": "2024-12-03T08:50:29Z",
"closed_at": "2024-12-03T08:50:27Z",
"merged_at": "2024-12-03T08:50:27Z",
Version
1.0.2-beta4
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: