Github API - Test Config

mutation updateRepositoryRuleset
repos

Update a repository ruleset

Arguments
input UpdateRepositoryRulesetInput

UpdateRepositoryRulesetInput [input]

Autogenerated input type of UpdateRepositoryRuleset

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 list of conditions for this ruleset

enforcement RuleEnforcement

The enforcement level for this ruleset

name String

The name of the ruleset.

repositoryRulesetId ID

The global relay id of the repository ruleset to be updated.

The list of rules for this ruleset

The target of the ruleset.

API:
Github GraphQL API

Parameters for UpdateRepositoryRuleset

Returns
UpdateRepositoryRulesetPayload

UpdateRepositoryRulesetPayload [object]

Autogenerated return type of UpdateRepositoryRuleset

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The newly created Ruleset.

API:
Github GraphQL API
API:
Github GraphQL API