[nitpick] Similar to the previous comment, this template string is long and complex. Consider extracting this to a helper method like generateUpdatedIssueBody(newGroupBody: string, currentCount: number, newCount: number) for better maintainability.
Originally posted by @Copilot in #11 (comment)
[nitpick] Similar to the previous comment, this template string is long and complex. Consider extracting this to a helper method like
generateUpdatedIssueBody(newGroupBody: string, currentCount: number, newCount: number)for better maintainability.Originally posted by @Copilot in #11 (comment)