···932932 }
933933 // Use the merge base as the base instead of the main branch to avoid problems
934934 // if the pull request is out of date with the base branch.
935935- changedFiles, err := repo.GetFilesChangedBetween(prInfo.MergeBase, pr.HeadCommitID)
935935+ changedFiles, err := repo.GetFilesChangedBetween(prInfo.MergeBase, prInfo.HeadCommitID)
936936 if err != nil {
937937 return err
938938 }