Another open merge request already exists for this source branch (409 conflict) although ignorePrAuthor
=true
#38076
Unanswered
eidottermihi
asked this question in
Request Help
Replies: 1 comment 3 replies
-
This is expected as one onboarding pr is open and ignoreprauthor is true meaning the bot recognises the already open pr as its own |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab / 41.116.1
Please tell us more about your question or problem
We had the need to change the bot account for Renovate so we set the global config option
ignorePrAuthor
totrue
and this has be working flawlessly for several months now and at least up to version41.99.8
.Starting with at least
41.107.0
(or maybe even earlier), we get errors for each repository where the Onboarding MR is still open and where it was initially created by the old bot account (now a "Ghost user"):We configured
ignorePrAuthor
in the global config file config.js (excerpt):There are similiar discussions, all suggesting the use of
ignorePrAuthor
for this kind of problem, e.g. #18431Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions