Skip to content

GitHub link parsing changes in v1.15.1 #32

@drichar

Description

@drichar

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
image

v1.15.1
image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions