Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
chore: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jan 19, 2021
1 parent 3eed733 commit f2a46a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/pullRequest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export async function handlePullRequestEvent(
...pullRequest,
});

// TODO: Avoid repeated processing contributor email when pr merged.
// Synchronize contributor mailboxes when pull request is merged.
if (pullRequest.merged_at !== null) {
// Fetch the patch of pull request.
Expand Down

0 comments on commit f2a46a5

Please sign in to comment.