Skip to content

[Schema Inaccuracy] merge-group schema description property isn't a valid OSA string #2609

Closed
@WyriHaximus

Description

@WyriHaximus

Schema Inaccuracy

   merge-group:
      type: object
      title: Merge Group
      description: 'A group of pull requests that the merge queue has grouped together
        to be merged.

'

Expected

    merge-group:
      type: object
      title: Merge Group
      description: 'A group of pull requests that the merge queue has grouped together to be merged.'

The PHP parser I'm using for this throws an exception when trying to parse it:

Fatal error: Uncaught Symfony\Component\Yaml\Exception\ParseException: Malformed inline YAML string at line 82925. in /__w/github-root/github-root/vendor/symfony/yaml/Parser.php:1152

This is currently present in the GitHub and GitHubEnterpriseCloud

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions