Github API - Test Config

RefNameConditionTarget [object]

Parameters to be used for the ref_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 ref 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 ref names or patterns to include. One of these patterns must match
for the condition to pass. Also accepts ~DEFAULT_BRANCH to include the
default branch or ~ALL to include all branches.

API:
Github GraphQL API