Skip to content

Commit

Permalink
Update comments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 13, 2024
1 parent 7956e55 commit aca340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

function handleItem($comment): void
{
echo "https://github.com/{$comment->RepositoryOwner}/{$comment->RepositoryName}/issues/{$comment->PullRequestNumber}/comments/{$comment->CommentId}:\n\n";
echo "https://github.com/{$comment->RepositoryOwner}/{$comment->RepositoryName}/issues/{$comment->PullRequestNumber}/#issuecomment-{$comment->CommentId}:\n\n";

$config = loadConfig();

Expand Down

0 comments on commit aca340e

Please sign in to comment.