Renovate mistakenly transforms issue-like strings to github issues on non-github sources. #41856
Unanswered
dmaes
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
43.64.4
Please tell us more about your question or problem
Renovate created a MR in our self-hosted gitlab, based on a release from another project in the same gitlab. The release notes contains an issue-like string (
#154760), which gitlab automatically links to the correct issue in our external issue tracker (this is done in the frontend, the actual markdown behind it still contains just the plain string).Renovate took this string, and transformed it to a non-existing issue on a non-existing github project
[#​154760](https://github.com/shared/helm-charts/issues/154760)for the changelog in the MR. It shouldn't do that on non-github sources.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions