LearnNewsExamplesServices
Frontmatter
id8336
titleIncrease IssueSyncer sub-issue sync limit to 100
stateClosed
labels
enhancementai
assigneestobiu
createdAtJan 5, 2026, 3:55 PM
updatedAtJan 5, 2026, 4:04 PM
githubUrlhttps://github.com/neomjs/neo/issues/8336
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 5, 2026, 4:04 PM

Increase IssueSyncer sub-issue sync limit to 100

Closed v11.18.0 enhancementai
tobiu
tobiu commented on Jan 5, 2026, 3:55 PM

Problem: The neo-github-workflow server currently limits the synchronization of sub-issues into epic markdown files to 50 items. This is insufficient for large epics (e.g., #8169) which now exceed this count, causing incomplete local markdown files.

Solution: Increase the maxSubIssuesPerIssue configuration in ai/mcp/server/github-workflow/config.mjs from 50 to 100.

Implementation:

  • Update maxSubIssuesPerIssue in ai/mcp/server/github-workflow/config.mjs.
tobiu added the enhancement label on Jan 5, 2026, 3:55 PM
tobiu added the ai label on Jan 5, 2026, 3:55 PM
tobiu assigned to @tobiu on Jan 5, 2026, 3:55 PM
tobiu referenced in commit de62239 - "feat(ai): Increase GitHub workflow sub-issue sync limit to 100 (#8336)" on Jan 5, 2026, 3:56 PM
tobiu closed this issue on Jan 5, 2026, 4:04 PM