You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
Fix shabox regression (go-gitea#22924)
fix incorrect role labels for migrated issues and comments (go-gitea#22914)
Always show the `command line instructions` button even if there are conflicts (go-gitea#22909)
Remove thehowl from maintainers (go-gitea#22917)
Add context cache as a request level cache (go-gitea#22294)
Add tooltip to issue reference (go-gitea#22913)
committer, err=user_model.GetUserByEmail(c.Committer.Email) // This finds the user by primary email or activated email so commit will not be valid if email is not
97
-
iferr!=nil { // Skipping not user for committer
97
+
committer, err=user_model.GetUserByEmail(ctx, c.Committer.Email) // This finds the user by primary email or activated email so commit will not be valid if email is not
0 commit comments