diff --git a/src/parser/review-incentivizer-module.ts b/src/parser/review-incentivizer-module.ts index 37679411..6e62d361 100644 --- a/src/parser/review-incentivizer-module.ts +++ b/src/parser/review-incentivizer-module.ts @@ -134,7 +134,7 @@ export class ReviewIncentivizerModule extends BaseModule { }) ).data; - // Get the first commit of the PR + // Get the commit before the PR const firstCommitSha = pullCommits[0].parents[0].sha; const excludedFilePatterns = await getExcludedFiles();