Automerge not happening during automergeSchedule
if updateNotScheduled: false
#33654
Replies: 1 comment
-
Converted to issue #33770 |
Beta Was this translation helpful? Give feedback.
0 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.
Gerrit
Please tell us more about your question or problem
As the title says, automerge is not happening during
automergeSchedule
ifupdateNotScheduled: false
and not withinschedule
.In such situation, Renovate will enter in this code path:
renovate/lib/workers/repository/update/branch/index.ts
Line 330 in 1f4790c
And thus will
return
before givingcheckAutoMerge
a chance.I am currently working around this issue by calling
checkAutoMerge
within that code path:Which is copied from:
renovate/lib/workers/repository/update/branch/index.ts
Lines 910 to 926 in 1f4790c
But it's probably not the best solution.
I believe this is a bug, i.e. I believe automerges should not be stopped by
updateNotSchedule: false
.What do you think?
Logs (if relevant)
Not relevant, I think.
Beta Was this translation helpful? Give feedback.
All reactions