Github API - Test Config

mutation createRepositoryRuleset
repos

Create a repository ruleset

Arguments
input CreateRepositoryRulesetInput

CreateRepositoryRulesetInput [input]

Autogenerated input type of CreateRepositoryRuleset

Attributes

A list of actors that are allowed to bypass rules in this ruleset.

clientMutationId String

A unique identifier for the client performing the mutation.

The set of conditions for this ruleset

enforcement RuleEnforcement

The enforcement level for this ruleset

name String

The name of the ruleset.

The list of rules for this ruleset

sourceId ID

The global relay id of the source in which a new ruleset should be created in.

The target of the ruleset.

API:
Github GraphQL API

Parameters for CreateRepositoryRuleset

Returns
CreateRepositoryRulesetPayload

CreateRepositoryRulesetPayload [object]

Autogenerated return type of CreateRepositoryRuleset

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created Ruleset.

API:
Github GraphQL API
API:
Github GraphQL API