LearnNewsExamplesServices
Frontmatter
titleextracts inline graphql queries from issueService
authorMannXo
stateMerged
createdAtNov 13, 2025, 7:23 AM
updatedAtNov 13, 2025, 11:28 AM
closedAtNov 13, 2025, 11:28 AM
mergedAtNov 13, 2025, 11:28 AM
branchesdevRefactor/extract-inline-graphql-queries
urlhttps://github.com/neomjs/neo/pull/7763
Merged
MannXo
MannXo commented on Nov 13, 2025, 7:23 AM

Summary:

Refactors IssueSyncer to eliminate redundant metadata duplication between YAML frontmatter and markdown body, treating frontmatter as the single source of truth.

Does this PR resolve an issue? (Required)

Closes #7758

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:28 AM

Input from Gemini 2.5 pro:

✦ Excellent refactoring. This change directly addresses the associated ticket by extracting the inline queries, leading to a cleaner and more maintainable codebase. LGTM!