func ContainsPipelineRecheck()

in pkg/event_processor/event.go [145:147]


func ContainsPipelineRecheck(s string) bool {
	return strings.Contains(s, RecheckComment) || strings.Contains(s, OkToTestComment)
}