mirror of
https://gitee.com/gitea/gitea
synced 2025-12-03 14:50:26 +08:00
Show deleted pull head information
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
// SignMerge determines if we should sign a PR merge commit to the base repository
|
||||
func (pr *PullRequest) SignMerge(u *User, tmpBasePath, baseCommit, headCommit string) (bool, string) {
|
||||
if err := pr.GetBaseRepo(); err != nil {
|
||||
if err := pr.LoadBaseRepo(); err != nil {
|
||||
log.Error("Unable to get Base Repo for pull request")
|
||||
return false, ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user