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

Struct AutoMergeRequest

api/queries_pr.go:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260type AutoMergeRequest struct {
261 AuthorEmail *string `json:"authorEmail"`
262 CommitBody *string `json:"commitBody"`
263 CommitHeadline *string `json:"commitHeadline"`
264 // MERGE, REBASE, SQUASH
265 MergeMethod string `json:"mergeMethod"`
266 EnabledAt time.Time `json:"enabledAt"`
267 EnabledBy Author `json:"enabledBy"`
268}
269
270// Commit loads just the commit SHA and nothing else
271type Commit struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected