Github API - Test Config

RepositoryCodeowners [object]

Information extracted from a repository's CODEOWNERS file.

Attributes
errors RepositoryCodeownersError []

RepositoryCodeownersError [object]

An error in a CODEOWNERS file.

Attributes
column Int

The column number where the error occurs.

kind String

A short string describing the type of error.

line Int

The line number where the error occurs.

message String

A complete description of the error, combining information from other fields.

path String

The path to the file when the error occurs.

source String

The content of the line where the error occurs.

suggestion String

A suggestion of how to fix the error.

API:
Github GraphQL API

Any problems that were encountered while parsing the CODEOWNERS file.

API:
Github GraphQL API