Closed
Description
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