-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Dashboard shows everything as "awaiting schedule" rather than "open" when updateNotScheduled is false #9275
Comments
Although a reproduction is always best, we might try fixing this through code inspection alone as proposed. |
It was past the end of my day yesterday when I filed this. I've now created a reproduction repo at https://github.com/anomiex/renovate-test.
|
Thank you for providing a reproduction! 🎉 🚀 The Renovate team will take a look at the reproduction repository. Once we confirm the provided repository reproduces the problem, the label will be changed to |
🎉 This issue has been resolved in version 25.37.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What Renovate type, platform and version are you using?
Hosted app. Github.
Describe the bug
Automattic/jetpack#19284 shows everything under "Awaiting Schedule". I'd expect the ones that have an open PR to be listed under "Open" instead.
PRs only show up under "Open" when I check the checkbox to ignore the schedule, then the next run will move them to "Open". And then they'll move back to "Awaiting Schedule" again on the next run.
Relevant debug logs
Here's an excerpt from https://app.renovatebot.com/dashboard#github/Automattic/jetpack/323280505
Have you created a minimal reproduction repository?
Please read the minimal reproductions documentation to learn how to make a good minimal reproduction repository.
Reproduction repo is https://github.com/anomiex/renovate-test
Additional context
I suspect you might fix this by changing
renovate/lib/workers/branch/index.ts
Lines 247 to 255 in 3ae05a2
Or create a new ProcessBranchResult constant if you don't want to reuse Done.
The text was updated successfully, but these errors were encountered: