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.
2 parents f8b02f7 + 6f79267 commit 480de54Copy full SHA for 480de54
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