What Renovate type are you using?
Hosted renovate, with GitHub on https://github.com/Jasig/uPortal-start
Describe the bug
The master issue lists several PRs as open (unlinked) when they have not been opened.
https://github.com/Jasig/uPortal-start/issues/440
screenshot:

Did you see anything helpful in debug logs?
https://app.renovatebot.com/dashboard#github/Jasig/uPortal-start/149872446
To Reproduce
https://github.com/Jasig/uPortal-start
this _may_ be related to rate limiting, previously they were in the rate limited section, they were manually checked, now have been caught in an intermediate state for several builds:
Additional context
Possibly related to https://github.com/renovatebot/renovate/issues/4803
Can you tell me for the ones that aren't linked, do they:
none exist
Thanks. I would like to see if it resets to correct on the next run too, i.e is it temporary or permanent.
Next run appears to have finished, https://app.renovatebot.com/dashboard#github/Jasig/uPortal-start/149878694
PRs and master issue are the same after.
Seems like they're stuck in an "intermediate state" as you say. Converting all our return values/result values into TypeScript enums at the moment, after that we should hopefully catch the problem.
Converting all our return values/result values into TypeScript enums at the moment, after that we should hopefully catch the problem.
:+1:
linking related PR https://github.com/renovatebot/renovate/pull/5664
I'm working on a branch that should solve this once and forever, but so far it's like pulling on a thread that keeps going - changes needed in a lot of code.
Most helpful comment
Seems like they're stuck in an "intermediate state" as you say. Converting all our return values/result values into TypeScript enums at the moment, after that we should hopefully catch the problem.