Types
ConfigureWorktreeAutoMergeInput
Values used to configure a worktree auto merge.
input
ConfigureWorktreeAutoMergeInputFields
worktreeId
ID!
required
Identifier of the worktree to use.
repositoryNameWithOwner
String!
required
The repository name with owner to use for the request.
pullRequestNumber
Int!
required
The pull request number to use for the request.
method
required
The method to use for the request.
commitHeadline
String!
required
The commit headline to use for the request.
commitBody
String!
required
The commit body to use for the request.
authorEmail
String
The author email to use for the request.
deleteWorktree
Boolean!
default:false
Whether to delete worktree after the operation succeeds.
moveTicketToDone
Boolean!
default:false
Whether move ticket to done applies to the request.