MCPcopy Index your code
hub / github.com/rhysd/actionlint / parseWebhookEventFilter

Method parseWebhookEventFilter

parse.go:488–491  ·  view source on GitHub ↗

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters

(name *String, n *yaml.Node)

Source from the content-addressed store, hash-verified

486
487// https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters
488func (p *parser) parseWebhookEventFilter(name *String, n *yaml.Node) *WebhookEventFilter {
489 v := p.parseStringOrStringSequence(name.Value, n, false, false)
490 return &WebhookEventFilter{name, v}
491}
492
493func (p *parser) parseWebhookEvent(name *String, n *yaml.Node) *WebhookEvent {
494 ret := &WebhookEvent{Hook: name, Pos: name.Pos}

Callers 1

parseWebhookEventMethod · 0.95

Calls 1

Tested by

no test coverage detected