Renovate can't reopen autoclosed PRs on BitBucket.org even with recreateWhen: 'always' #32889
Unanswered
olegafx
asked this question in
Request Help
Replies: 1 comment 2 replies
-
Needs more logs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
BitBucket.org, v39.4.0
Please tell us more about your question or problem
There was a moment when
Renovate
autoclosed all the open PRs onBitBucket.org
, and it hasn't been able to create new ones since. I checked the log and saw that it fails right after finding that a PR already exists:I examined the source code and found where this is happening. The weird thing is that there is no check for
recreateWhen
. I thought it should be recreated even when closed withrecreateWhen: 'always'
.Another problem is that
BitBucket.org
doesn't allow the removal of PRs. Therefore, ifRenovate
is functioning correctly, the only option I see right now is to rename the branches.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions