knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Emit correct links to issues and PRs in the changelog #10

Closed knl closed 4 years ago

knl commented 4 years ago

GitHub used #123 as a shorthand for a URL to the issue in the same repository. Thus, when constructing the changelogs, all #123 in the changelog would render as a link to the repository where niv-updater-action operates, instead of pointing to the depdendency's repository.

To fix this issue, prepend anything that looks like # with the name of the dependency (owner/repository).

Closes #8.