Autoclosed PRs on GHC token expiry lead to aborting #30647
Unanswered
nikitamaximov
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like help with?
Other
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Platform: Gtihub (GHES), renovateVersion: "37.432.0"
Please tell us more about your question or problem
Hello, I was wondering if you could help me understand why renovatebot aborts in our case.
In short our self-hosted renovatebot that runs on code in GHES (Github Enterprise Server) gets the releases from
datasource=github-releases
, so when our GHC (Github Cloud) token expired it autoclosed those PRs, which makes sense.After we renewed the token, renovatebot would abort the run
INFO: Repository has changed during renovation - aborting
on every one of those PRs withfailed to push some refs to
. However it would still reopen one PR at the time until it aborts, hence we had to run it the number of autoclosed PRs we have.We have force push disabled only on master, so renovatebot shouldn't have an issue force pushing to these branches.
Would it simply be the case of us having to find all of those Autoclosed PRs and tick rebase/retry? If so, why would renovate abort?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions