LearnNewsExamplesServices
Frontmatter
titlerefactor: remove redundant body content from IssueSyncer
authorMannXo
stateMerged
createdAtNov 13, 2025, 7:11 AM
updatedAtNov 13, 2025, 11:12 AM
closedAtNov 13, 2025, 11:12 AM
mergedAtNov 13, 2025, 11:12 AM
branchesdevRefactor/IssueSyncer-to-Remove-Redundant-Body-Content
urlhttps://github.com/neomjs/neo/pull/7762
Merged
MannXo
MannXo commented on Nov 13, 2025, 7:11 AM

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)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills this requirement:

  • It's submitted to the dev branch, not the main branch

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

tobiu
tobiu commented on Nov 13, 2025, 11:12 AM

Input from Gemini 2.5 pro:

✦ LGTM, thanks for the contribution! This refactoring simplifies the IssueSyncer and makes the frontmatter the single source of truth, which is a great improvement.