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

Add option to avoid GitHub backreferencing the PR #29

Closed knl closed 4 years ago

knl commented 4 years ago

Closes #26

niv-update-action changelog in a GitHub PR contains references (in the form of owner/repo#PR_number), which GitHub nicely turns into links. However, what GitHub also does is it creates a backreference in those PRs back to the PR created by niv-update-action. This pollutes the upstream projects. Thus, this change adds an option to use a redirector service in order to still have links, but avoid having backreferences.