### Description ``` ...ervices/pull/pull.go:245:func1() [E] PullRequestList.InvalidateCodeComments: find code comments: needs a pointer to a slice or a map ``` It seems cause by incorrect generic call: InvalidateCodeComments: ``` var codeComments []*issues_model.Comment db.Find(ctx, ..., &codeComments) ``` ### Gitea Version 1.18/main ### 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? N/A ### Database None