We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd05a9 commit 9cf721eCopy full SHA for 9cf721e
routers/web/web.go
@@ -1093,7 +1093,7 @@ func registerRoutes(m *web.Route) {
1093
repo.MustBeNotEmpty, reqRepoCodeReader, context.RepoRefByType(context.RepoRefTag, true))
1094
m.Post("/tags/delete", repo.DeleteTag, reqSignIn,
1095
repo.MustBeNotEmpty, context.RepoMustNotBeArchived(), reqRepoCodeWriter, context.RepoRef())
1096
- }, reqSignIn, context.RepoAssignment, context.UnitTypes())
+ }, ignSignIn, context.RepoAssignment, context.UnitTypes())
1097
1098
// Releases
1099
m.Group("/{username}/{reponame}", func() {
0 commit comments