You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configured repo was like $owner/$repo:develop, other functionality was running fine, but when Steward trying to create a PR, it gets
{
"$id": "1",
"errorCode": 0,
"eventId": 3000,
"innerException": null,
"message": "TF401398: The pull request cannot be activated because the source and/or the target branch no longer exists, or the requested refs are not branches",
"typeKey": "GitPullRequestCannotBeActivated",
"typeName": "Microsoft.TeamFoundation.Git.Server.GitPullRequestCannotBeActivated, Microsoft.TeamFoundation.Git.Server"
}
after investigation, it seems the targetRefName was develop instead of refs/head/develop, also it appears in both tests and Azure repo API docs, it should be refs/head/develop.
Is this due to something changed in NewPullRequestData.base.name, or AzureRepos changed their API?
The text was updated successfully, but these errors were encountered:
configured repo was like $owner/$repo:develop, other functionality was running fine, but when Steward trying to create a PR, it gets
after investigation, it seems the
targetRefName
wasdevelop
instead ofrefs/head/develop
, also it appears in both tests and Azure repo API docs, it should berefs/head/develop
.Is this due to something changed in
NewPullRequestData.base.name
, or AzureRepos changed their API?The text was updated successfully, but these errors were encountered: