MCPcopy Create free account
hub / github.com/github/gh-aw / parseCloseIssuesConfig

Method parseCloseIssuesConfig

pkg/workflow/close_entity_helpers.go:208–215  ·  view source on GitHub ↗

parseCloseIssuesConfig handles close-issue configuration

(outputMap map[string]any)

Source from the content-addressed store, hash-verified

206
207// parseCloseIssuesConfig handles close-issue configuration
208func (c *Compiler) parseCloseIssuesConfig(outputMap map[string]any) *CloseIssuesConfig {
209 def := closeEntityRegistry[0] // issue
210 params := CloseEntityJobParams{
211 EntityType: def.EntityType,
212 ConfigKey: def.ConfigKey,
213 }
214 return c.parseCloseEntityConfig(outputMap, params, def.Logger)
215}
216
217// parseClosePullRequestsConfig handles close-pull-request configuration
218func (c *Compiler) parseClosePullRequestsConfig(outputMap map[string]any) *ClosePullRequestsConfig {

Callers 1

Calls 1

Tested by

no test coverage detected