Github API - Test Config

mutation updateRepositoryWebCommitSignoffSetting
repos

Sets whether contributors are required to sign off on web-based commits for a repository.

Arguments
input UpdateRepositoryWebCommitSignoffSettingInput

UpdateRepositoryWebCommitSignoffSettingInput [input]

Autogenerated input type of UpdateRepositoryWebCommitSignoffSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

repositoryId ID

The ID of the repository to update.

webCommitSignoffRequired Boolean

Indicates if the repository should require signoff on web-based commits.

API:
Github GraphQL API

Parameters for UpdateRepositoryWebCommitSignoffSetting

Returns
UpdateRepositoryWebCommitSignoffSettingPayload

UpdateRepositoryWebCommitSignoffSettingPayload [object]

Autogenerated return type of UpdateRepositoryWebCommitSignoffSetting

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

message String

A message confirming the result of updating the web commit signoff setting.

repository Repository

The updated repository.

API:
Github GraphQL API
API:
Github GraphQL API