Why are some pr's not getting created, stuck "pending status checks" #21720
-
How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us what version of Renovate you run.No response If you're self-hosting Renovate, select which platform you are using.None If you're self-hosting Renovate, tell us what version of the platform you run.No response Was this something which used to work for you, and then stopped?It used to work, and then stopped Wanted end result.PR's with updates should be automatically created once the 7 day It looks like sometimes after the 7 days the PR is not created but instead the update gets stuck under "pending status checks" on the dependency dashboard. E.g. the update for What status check is it waiting for? Thanks What you tried so far.I think I could click the checkbox to create a PR and it would work, but I don't think that should be needed. I've checked the commit on the branch for Relevant debug logsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
Because of this: https://github.com/tjenkinson/redos-detector/blob/433378c1387d07a7b6ef964480b8b6ab5babab3d/renovate.json#L5 And you don't have any tests running on branches other than Renovate's own: You should remove the prCreation setting |
Beta Was this translation helpful? Give feedback.
-
I solved this by setting the |
Beta Was this translation helpful? Give feedback.
-
You can use the https://docs.renovatebot.com/presets-default/#skipstatuschecks |
Beta Was this translation helpful? Give feedback.
then set branch creation immediate and internal filter to strict.
then you get the PR after stability days are passing