Update misspell to 0.5.0 and add typos.csv

This commit is contained in:
silverwind
2024-04-18 19:58:21 +02:00
parent d0e0708355
commit 13b9aed475
32 changed files with 82 additions and 60 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ func getMergeBase(repo *git.Repository, pr *issues_model.PullRequest, baseBranch
type ReviewRequestNotifier struct {
Comment *issues_model.Comment
IsAdd bool
Reviwer *user_model.User
Reviewer *user_model.User
ReviewTeam *org_model.Team
}
@@ -126,7 +126,7 @@ func PullRequestCodeOwnersReview(ctx context.Context, issue *issues_model.Issue,
notifiers = append(notifiers, &ReviewRequestNotifier{
Comment: comment,
IsAdd: true,
Reviwer: u,
Reviewer: u,
})
}
}