12 lines
238 B
Go
12 lines
238 B
Go
|
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
|
||
|
}
|