Frontmatter
| title | extracts inline graphql queries from issueService |
| author | MannXo |
| state | Merged |
| createdAt | Nov 13, 2025, 7:23 AM |
| updatedAt | Nov 13, 2025, 11:28 AM |
| closedAt | Nov 13, 2025, 11:28 AM |
| mergedAt | Nov 13, 2025, 11:28 AM |
| branches | dev ← Refactor/extract-inline-graphql-queries |
| url | https://github.com/neomjs/neo/pull/7763 |
Merged

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!
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)
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: