Skip to content

Commit 604aaad

Browse files
committed
Updated comments
1 parent 06d10d7 commit 604aaad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Service/StaleIssueCommentGenerator.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,23 @@ private function bug(): string
4545
{
4646
return <<<TXT
4747
Hey, thanks for your report!
48-
Is this bug still relevant? Have you managed to find a workaround?
48+
There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?
4949
TXT;
5050
}
5151

5252
private function feature(): string
5353
{
5454
return <<<TXT
5555
Thank you for this suggestion.
56-
Is this still something we want to do?
56+
There has not been a lot of activity here for a while. Would you still like to see this feature?
5757
TXT;
5858
}
5959

6060
private function unknown(): string
6161
{
6262
return <<<TXT
63-
Thank you for this issue. Has this been resolved?
63+
Thank you for this issue.
64+
There has not been a lot of activity here for a while. Has this been resolved?
6465
TXT;
6566
}
6667
}

0 commit comments

Comments
 (0)