-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Description
Description

Currently, the only check of this button is
gitea/routers/web/repo/issue.go
Lines 2882 to 2884 in 3c13130
| if issue.IsPull && issue.PullRequest.HasMerged { | |
| continue | |
| } |
This will cause some problems such as when the head branch is deleted or the fork repo changes the visibility. But I'm not really sure about the whole check condition. Are there any other cases that the PR should not be reopened?
Gitea Version
latest codebase
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
built from source code
Database
None
CaiCandong, lunny and yp05327
