We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f9def commit 1b5e022Copy full SHA for 1b5e022
routers/repo/pull_review.go
@@ -12,8 +12,8 @@ import (
12
"code.gitea.io/gitea/modules/context"
13
"code.gitea.io/gitea/modules/log"
14
"code.gitea.io/gitea/modules/notification"
15
- pull_service "code.gitea.io/gitea/services/pull"
16
comment_service "code.gitea.io/gitea/services/comments"
+ pull_service "code.gitea.io/gitea/services/pull"
17
)
18
19
// CreateCodeComment will create a code comment including an pending review if required
0 commit comments