Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ishowvel authored Jan 5, 2025
1 parent 9be1324 commit 43a9d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/review-incentivizer-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 43a9d26

Please sign in to comment.