Frontmatter
| id | 7644 |
| title | Feat: Implement PR Syncer for GitHub Workflow |
| state | Closed |
| labels | enhancementstaleai |
| assignees | tobiu |
| createdAt | Oct 25, 2025, 12:22 PM |
| updatedAt | Feb 7, 2026, 4:35 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7644 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7645 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 4:35 AM |
As the final part of the sync service refactoring epic, this ticket introduces the new functionality to sync GitHub Pull Requests to the local filesystem.
Tasks:
ai/mcp/server/github-workflow/services/sync/PrSyncer.mjs..github/PULL_REQUESTS/).PrSyncerinto the mainSyncServiceorchestration loop.MetadataManagerto handle metadata for synced PRs (e.g., storingupdatedAtandcontentHash).