Versions in this module Expand all Collapse all v13 v13.0.0 Aug 3, 2026 Changes in this version + func Filter(sequence []*WorkflowPattern, input []string, traceWriter TraceWriter) bool + func PatternToRegex(pattern string) (string, error) + func Skip(sequence []*WorkflowPattern, input []string, traceWriter TraceWriter) bool + type EmptyTraceWriter struct + func (*EmptyTraceWriter) Info(string, ...any) + type StdOutTraceWriter struct + func (*StdOutTraceWriter) Info(format string, args ...any) + type TraceWriter interface + Info func(string, ...any) + type WorkflowPattern struct + Negative bool + Pattern string + Regex *regexp.Regexp + func CompilePattern(rawpattern string) (*WorkflowPattern, error) + func CompilePatterns(patterns ...string) ([]*WorkflowPattern, error) Other modules containing this package code.forgejo.org/forgejo/runner/v11 code.forgejo.org/forgejo/runner/v12 code.forgejo.org/forgejo/runner/v9