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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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