Skip to content

Allow non-site-admins to create campaigns, campaign specs and changeset specs

Created by: mrnugget

This needs to be part of https://github.com/sourcegraph/sourcegraph/projects/7.

Right now, all write-mutations in the campaigns resolvers that can create campaigns, campaign specs and changeset specs are protected by this barrier:

https://github.com/sourcegraph/sourcegraph/blob/d2701cf96cae9742ce3657754cab88df53db5f20/enterprise/internal/campaigns/resolvers/resolver.go#L48-L58

That needs to go. But we also need to make sure and test that everything works.