PRs are wrongfully marked as edited by someone else #37868
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.GitHub Please tell us more about your question or problemWe are trying to onboard Renovate in https://github.com/cert-manager, but cannot use the Renovate App, as it's required to run post-upgrade tasks unsupported by the hosted installation. Our self-hosted setup runs https://github.com/renovatebot/github-action regularly. We don't want to use long-lived PATs, and the The problem is that Renovate does not recognize its own commits, making the setup dysfunctional. If you look at the currently open PRs in our main project, cert-manager, you can observe that most of them are wrongfully marked as "edited by someone else" by Renovate. What's going on here, and how can we fix this? We would prefer our setup to create as little noise as possible, so I was hoping to avoid setting brute-force settings like Logs (if relevant)Logs |
Replies: 1 comment 10 replies
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
https://github.com/cert-manager/cert-manager/actions/runs/17508721122/job/49736767611#step:7:12709
Here you will find the unrecognized author. Add it to your
gitIgnoredAuthorslist and the problem should be fixed.