Skip to content

Conversation

@harryswift01
Copy link
Member

Summary

This PR fixes YAML parsing errors in the CI failure issue template by updating the front-matter to valid YAML. This ensures GitHub correctly loads the template and applies dynamic titles and labels.

Changes

Fix invalid YAML in issue template

  • Quoted the title field to avoid colon-related YAML parsing errors.
  • Converted labels from a comma-separated string into a proper YAML list.

Improve template consistency

  • Updated front-matter formatting to follow GitHub’s recommended structure.
  • Preserved all Markdown content while improving clarity and readability.

Impact

  • Ensures the CI failure issue template loads without YAML errors.
  • Restores automatic application of labels and dynamic titles.
  • Improves contributor experience by preventing template parsing failures.

- Quote title field to avoid colon parsing issue
- Convert labels to proper YAML list
@harryswift01 harryswift01 requested a review from jimboid November 17, 2025 08:53
@harryswift01 harryswift01 self-assigned this Nov 17, 2025
@harryswift01 harryswift01 added the bug Something isn't working label Nov 17, 2025
Copy link
Member

@jimboid jimboid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the bug has been fixed. Please go ahead and merge.

@harryswift01 harryswift01 merged commit d964441 into main Nov 17, 2025
15 checks passed
@harryswift01 harryswift01 deleted the 179-yaml-error branch November 17, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YAML Error in GitHub Issue Template: “mapping values are not allowed” on title/labels fields

3 participants