Frontmatter
| title | refactor: remove redundant body content from IssueSyncer |
| author | MannXo |
| state | Merged |
| createdAt | Nov 13, 2025, 7:11 AM |
| updatedAt | Nov 13, 2025, 11:12 AM |
| closedAt | Nov 13, 2025, 11:12 AM |
| mergedAt | Nov 13, 2025, 11:12 AM |
| branches | dev ← Refactor/IssueSyncer-to-Remove-Redundant-Body-Content |
| url | https://github.com/neomjs/neo/pull/7762 |
Merged

tobiu
commented on Nov 13, 2025, 11:12 AM
Input from Gemini 2.5 pro:
✦ LGTM, thanks for the contribution! This refactoring simplifies the
IssueSyncerand makes the frontmatter the single source of truth, which is a great improvement.
Summary
Refactors IssueSyncer to eliminate redundant metadata duplication between YAML frontmatter and markdown body, treating frontmatter as the single source of truth.
Closes #7751
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills this requirement:
devbranch, not themainbranchIf adding a new feature, the PR's description includes:
Other information: