We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64db717 commit 6f79267Copy full SHA for 6f79267
services/issue/pull.go
@@ -48,7 +48,7 @@ func IsCodeOwnerFile(f string) bool {
48
}
49
50
func PullRequestCodeOwnersReview(ctx context.Context, pr *issues_model.PullRequest) ([]*ReviewRequestNotifier, error) {
51
- return PullRequestCodeOwnersReviewSpecialCommits(ctx, pr, "", "")
+ return PullRequestCodeOwnersReviewSpecialCommits(ctx, pr, "", "") // no commit is provided, then it uses PR's base&head branch
52
53
54
func PullRequestCodeOwnersReviewSpecialCommits(ctx context.Context, pr *issues_model.PullRequest, startCommitID, endCommitID string) ([]*ReviewRequestNotifier, error) {
0 commit comments