Closed
Description
- Gitea version (or commit ref): 1.9.3
Description
Currently a commit can close or reopen an issue it is referencing, either if repo.CloseIssuesViaCommitInAnyBranch
is set or when the commit is being pushed to the default branch. However, if Issue.Ref
is set, it should be used instead of the default branch.
Lines 603 to 607 in 63ff616