Github API - Test Config

RepositoryRulesetBypassActorInput [input]

Specifies the attributes for a new or updated ruleset bypass actor. Only one of
actor_id, repository_role_database_id, or organization_admin should be specified.

Attributes
actorId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

For Team and Integration bypasses, the Team or Integration ID

bypassMode RepositoryRulesetBypassActorBypassMode

RepositoryRulesetBypassActorBypassMode [enum]

The bypass mode for a specific actor on a ruleset.

Possible values
ALWAYS

The actor can always bypass rules

PULL_REQUEST

The actor can only bypass rules via a pull request

API:
Github GraphQL API

The bypass mode for this actor.

organizationAdmin Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

For organization owner bypasses, true

repositoryRoleDatabaseId Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

For role bypasses, the role database ID

API:
Github GraphQL API