1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-10 04:27:22 +00:00

Suggestions for issues (#32327)

closes #16872
This commit is contained in:
Anbraten
2024-10-29 10:20:49 +01:00
committed by GitHub
parent 348d1d0f32
commit b7fb20e73e
9 changed files with 202 additions and 48 deletions

View File

@ -1178,6 +1178,7 @@ func registerRoutes(m *web.Router) {
})
})
}, context.RepoRef())
m.Get("/issues/suggestions", repo.IssueSuggestions)
}, ignSignIn, context.RepoAssignment, reqRepoIssuesOrPullsReader)
// end "/{username}/{reponame}": view milestone, label, issue, pull, etc