common: workaround case when user do not have gitea accounts and cannot get reviews assigned
This commit is contained in:
@@ -250,7 +250,7 @@ func (pr *PRProcessor) Process(req *common.PullRequestWebhookEvent) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = prset.AssignReviewers(Gitea, maintainers)
|
||||
prset.AssignReviewers(Gitea, maintainers)
|
||||
|
||||
for _, pr := range prset.PRs {
|
||||
if err := verifyRepositoryConfiguration(pr.PR.Base.Repo); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user