-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
migration: pull requests show broken but they dont #13321
Comments
We do have that issue also and it's quite annoying. The workaround from @6543 does not work for us. When we close the PR, we cannot reopen it : "This pull request cannot be reopened because the branch was deleted." (of course the branch is not deleted) |
@ramasoft-dv another workaround should be to push a new commit to the pull (could be an empty one too) |
|
Fix go-gitea#13321 Signed-off-by: Andrew Thornton <[email protected]>
* Add migrated pulls to pull request task queue Fix #13321 Signed-off-by: Andrew Thornton <[email protected]> * Improve error reports Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
* Add migrated pulls to pull request task queue Fix go-gitea#13321 Signed-off-by: Andrew Thornton <[email protected]> * Improve error reports Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Backport go-gitea#13331 Fix go-gitea#13321 Signed-off-by: Andrew Thornton <[email protected]>
* Add migrated pulls to pull request task queue Fix #13321 Signed-off-by: Andrew Thornton <[email protected]> * Improve error reports Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Backport #13331 Fix #13321 Signed-off-by: Andrew Thornton <[email protected]>
gitea version: v1.13
gitea_uploader.go has to trigger
Merge conflict checking is in progress
for each pull after migration.workaround: close & reopen a pull
The text was updated successfully, but these errors were encountered: