Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer a repository will result in pull requests from the same repository broken #8563

Closed
lunny opened this issue Oct 17, 2019 · 0 comments · Fixed by #8564
Closed

Transfer a repository will result in pull requests from the same repository broken #8563

lunny opened this issue Oct 17, 2019 · 0 comments · Fixed by #8564
Labels
Milestone

Comments

@lunny
Copy link
Member

lunny commented Oct 17, 2019

There is a duplicated column named HeadUserName on PullRequest. But if HeadRepo transfered to a new place, we haven't change the pull requests' HeadUserName.

There are two method to resolve the problem. One is update all PullRequest's HeadUserName when transfered repository.

The second is to remove the column HeadUserName and get it from Repository and User.

Which one is better?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant