1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-12 23:10:47 +00:00

Improve the comments

This commit is contained in:
Lunny Xiao 2024-05-07 16:44:44 +08:00
parent 8ecfb7d75e
commit 7d14dfcab7
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -222,7 +222,7 @@ func handlePullRequestAutoMerge(pullID int64, sha string) {
return
}
if headCommitID != sha {
log.Warn("Head commit id of auto merge %-v does not match sha [%s]", pr, sha)
log.Warn("Head commit id of auto merge %-v does not match sha [%s], it may means the head branch has been updated. Just ignore this request because a new request expected in the queue", pr, sha)
return
}