Skip to content

Commit

Permalink
fix: user issue number over id
Browse files Browse the repository at this point in the history
  • Loading branch information
babblebey committed Sep 2, 2024
1 parent f91e8e9 commit ff17066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default async function success(pluginConfig, context, { Octokit }) {
: true;

if (!canCommentOnIssue) {
logger.log(`Skip commenting on ${issueOrPR} #%d.`, issue.id);
logger.log(`Skip commenting on ${issueOrPR} #%d.`, issue.number);
return;
}

Expand Down

0 comments on commit ff17066

Please sign in to comment.