Github API - Test Config

RepositoryNameConditionTargetInput [input]

Parameters to be used for the repository_name condition

Attributes
exclude String []

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.

include String []

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Array of repository names or patterns to include. One of these patterns must
match for the condition to pass. Also accepts ~ALL to include all repositories.

protected Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Target changes that match these patterns will be prevented except by those with bypass permissions.

API:
Github GraphQL API