Cannot rename abandoned PR to trigger replacement PR? (AzureDevOps Server) #10456
Replies: 5 comments 9 replies
-
@japj what's the reason for needing to rename - is it for the onboarding PR or a normal upgrade PR? @JamieMagee do you know? |
Beta Was this translation helpful? Give feedback.
-
This also affects bitbucket.
But renaming declined pull requests is not allowed in bitbucket (https://jira.atlassian.com/browse/BCLOUD-15190) |
Beta Was this translation helpful? Give feedback.
-
OK so for platform which don't support renaming of closed PRs, we need an alternative method to "invalidate" them to trigger new ones. This could include labels (ideal, but maybe not supported by BB?), PR comments (non-ideal, because it increases the API calls we need to make substantially), or perhaps any other technique someone can think of. |
Beta Was this translation helpful? Give feedback.
-
For anyone who comes around this - here's my procedure/workaround to re-onboard in AzDo after renovate has identified the repo as disabled (and deleted the onboarding branch)
renovate can now create a fresh onboarding procedure on your repo the next time it runs |
Beta Was this translation helpful? Give feedback.
-
Came across this discussion and just want to describe what I did to resolve this on Azure DevOps. I had abandoned a PR that covered version 37.x so I had effectively skipped out of all new versions until next major version, not what I wanted. I was able to reactive the orginal PR and Renovate started giving me the new minor versions as I wanted. What I did was this:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using AzureDevOps Server (2020) and it seems I cannot rename an abandoned PullRequest.
For regular PRs you can simply 'click' in the title and adjust/save (e.g. rebase! works fine for existing PRs)
But for abandoned PRs this does not seem to work.
Is someone else able to rename abandoned PullRequests in AzureDevOps (Server)?
Beta Was this translation helpful? Give feedback.
All reactions