[Misleading title and description] There seems to be an issue with renovate, its merging before commits are built on cicd. #8453
Replies: 10 comments 1 reply
-
I think this happened because of github actions failure, see https://www.githubstatus.com/incidents/tf9v5jjmq2lg @Ranjith072 Are you using stabilityDays? |
Beta Was this translation helpful? Give feedback.
-
yes allowed to merge only after 3 days. |
Beta Was this translation helpful? Give feedback.
-
{ |
Beta Was this translation helpful? Give feedback.
-
Please format your comment Did you check the pr /commit? Does it have a succeed status check? |
Beta Was this translation helpful? Give feedback.
-
You need to add branch protection identifying mandatory status checks for the repo to prevent cases like today where GitHub actions simply didn't run. |
Beta Was this translation helpful? Give feedback.
-
But in that case GitHub should be blocking Renovate from merging. It should be impossible for a renovate to merge if you had those settings and it's a GitHub bug if so. |
Beta Was this translation helpful? Give feedback.
-
Please provide debug logs for that branch for the job when it was automerged. The screenshot you provided instead of logs doesn't help any. |
Beta Was this translation helpful? Give feedback.
-
please find the debug logs attached. |
Beta Was this translation helpful? Give feedback.
-
And did you see this?
|
Beta Was this translation helpful? Give feedback.
-
What Renovate type, platform and version are you using?
Hosted app
Describe the bug
renovate is merging updates before they are built on CICD pipeline because of which all the builds are failing and also for cdk it is updating partially(updating package.json but missed to update setup.py).
Relevant debug logs
Have you created a minimal reproduction repository?
Please read the minimal reproductions documentation to learn how to make a good minimal reproduction repository.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions