autogits/workflow-pr/pr_processor_reviewed.go

12 lines
238 B
Go
Raw Normal View History

2025-01-21 17:20:00 +01:00
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
}