Skip to content

Commit ad0a3a5

Browse files
committed
Fixes
1 parent a801f70 commit ad0a3a5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

models/issues/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ func MergeBlockedByOutdatedBranch(protectBranch *git_model.ProtectedBranch, pr *
890890
return protectBranch.BlockOnOutdatedBranch && pr.CommitsBehind > 0
891891
}
892892

893-
func NotifyCodeOwners(ctx context.Context, pull *Issue, pr *PullRequest) error {
893+
func PullRequestCodeOwnersReview(ctx context.Context, pull *Issue, pr *PullRequest) error {
894894
files := []string{"CODEOWNERS", "docs/CODEOWNERS", ".gitea/CODEOWNERS"}
895895

896896
if pr.IsWorkInProgress() {

0 commit comments

Comments
 (0)