I've noticed an issue after upgrading from v1.15.0 to v1.15.1 of the github-releases-to-discord action. Link parsing is no longer functioning as expected.
v1.15.0

v1.15.1

Previously, links to pull requests, commits, compare diffs, etc. were shortened in the generated Discord message. However, in the latest version, these links are appearing in their full form. Was this an intended change?
Additionally, while converting @ mentions to user profile links is a great enhancement, it's being applied too broadly. The package names in my release notes are being incorrectly parsed as links.
To resolve this I'll be submitting a PR that refines the regex pattern used for @ mentions to only match valid GitHub usernames.
Thank you for your time. Love the action and appreciate you building and maintaining it!
I've noticed an issue after upgrading from v1.15.0 to v1.15.1 of the
github-releases-to-discordaction. Link parsing is no longer functioning as expected.v1.15.0

v1.15.1

Previously, links to pull requests, commits, compare diffs, etc. were shortened in the generated Discord message. However, in the latest version, these links are appearing in their full form. Was this an intended change?
Additionally, while converting @ mentions to user profile links is a great enhancement, it's being applied too broadly. The package names in my release notes are being incorrectly parsed as links.
To resolve this I'll be submitting a PR that refines the regex pattern used for @ mentions to only match valid GitHub usernames.
Thank you for your time. Love the action and appreciate you building and maintaining it!