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 2d2d4ba commit ca4eb94Copy full SHA for ca4eb94
services/context/repo.go
@@ -387,7 +387,7 @@ func repoAssignment(ctx *Context, repo *repo_model.Repository) {
387
}
388
389
390
- if !ctx.Repo.Permission.HasAnyUnitAccessOrPublicAccess() && !canWriteAsMaintainer(ctx) {
+ if !ctx.Repo.Permission.HasAnyUnitAccessOrEveryoneAccess() && !canWriteAsMaintainer(ctx) {
391
if ctx.FormString("go-get") == "1" {
392
EarlyResponseForGoGetMeta(ctx)
393
return
0 commit comments