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 d595f56 commit 7d0b19eCopy full SHA for 7d0b19e
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