Magidoc

EnablePullRequestAutoMergeInput
Input Object

Autogenerated input type of EnablePullRequestAutoMerge

Fields

#

authorEmail

The email address to associate with this merge.

clientMutationId

A unique identifier for the client performing the mutation.

commitBody

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

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

The expected head OID of the pull request.

mergeMethod

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.

Default: "MERGE"

pullRequestId

ID !
Non-null

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

Usages

#

References

#

  • Argument input of field enablePullRequestAutoMerge from type Mutation