MCPcopy Create free account
hub / github.com/cli/cli / AutoMergeRequest

Struct AutoMergeRequest

api/queries_pr.go:267–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267type AutoMergeRequest struct {
268 AuthorEmail *string `json:"authorEmail"`
269 CommitBody *string `json:"commitBody"`
270 CommitHeadline *string `json:"commitHeadline"`
271 // MERGE, REBASE, SQUASH
272 MergeMethod string `json:"mergeMethod"`
273 EnabledAt time.Time `json:"enabledAt"`
274 EnabledBy Author `json:"enabledBy"`
275}
276
277// Commit loads just the commit SHA and nothing else
278type Commit struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected