func createEventInfoWithoutRecheck()

in pkg/event_processor/github/github.go [237:243]


func createEventInfoWithoutRecheck() *event_processor.EventInfo {
	return &event_processor.EventInfo{
		GitProvider:        event_processor.GitProviderGitHub,
		Type:               event_processor.EventTypeReviewComment,
		HasPipelineRecheck: false,
	}
}