Skip to content

Commit

Permalink
chore: removed linked PR closed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Sep 14, 2024
1 parent bb91b11 commit cc9e891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export async function closePullRequestForAnIssue(context: Context, issueNumber:
return logger.info(`No PRs were closed`);
}

await addCommentToIssue(context, comment);
return logger.info(comment);
}

Expand Down

0 comments on commit cc9e891

Please sign in to comment.