package main import "src.opensuse.org/autogits/common" type PullRequestReviewed struct { } func (o *PullRequestReviewed) Process(req *common.PullRequestWebhookEvent, git common.Git, config *common.AutogitConfig) error { return nil }