Github API - Test Config

mutation enablePullRequestAutoMerge

Enable the default auto-merge on a pull request.

Arguments
input EnablePullRequestAutoMergeInput

EnablePullRequestAutoMergeInput [input]

Autogenerated input type of EnablePullRequestAutoMerge

Attributes
authorEmail String

The email address to associate with this merge.

clientMutationId String

A unique identifier for the client performing the mutation.

commitBody String

Commit body to use for the commit when the PR is mergable; if omitted, a
default message will be used. NOTE: when merging with a merge queue any input
value for commit message is ignored.

commitHeadline String

Commit headline to use for the commit when the PR is mergable; if omitted, a
default message will be used. NOTE: when merging with a merge queue any input
value for commit headline is ignored.

expectedHeadOid GitObjectID

The expected head OID of the pull request.

The merge method to use. If omitted, defaults to MERGE. NOTE: when merging
with a merge queue any input value for merge method is ignored.

pullRequestId ID

ID of the pull request to enable auto-merge on.

API:
Github GraphQL API

Parameters for EnablePullRequestAutoMerge

Returns
EnablePullRequestAutoMergePayload

EnablePullRequestAutoMergePayload [object]

Autogenerated return type of EnablePullRequestAutoMerge

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The pull request auto-merge was enabled on.

API:
Github GraphQL API
API:
Github GraphQL API