From 3b32d97eb78d7f3c704f9b1df4ed31bd6c4fb7ce Mon Sep 17 00:00:00 2001 From: tazjin Date: Fri, 14 Jan 2022 18:22:36 +0000 Subject: refactor: Restrict patchset creation to authorised users Not everyone who logs in should be able to create patchsets immediately without at least saying hi on IRC (or wherever) and being added to tvl-community. Change-Id: I172657b728ce26be3dc98729259c38bffd5f2d4a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4902 Reviewed-by: lukegb Tested-by: tazjin --- project.config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'project.config') diff --git a/project.config b/project.config index c70d5e13ed4d..bfe52a1bbdae 100644 --- a/project.config +++ b/project.config @@ -83,3 +83,8 @@ push = +force group depot-interventions read = group Anonymous Users create = group depot-interventions +[access "refs/for/*"] + exclusiveGroupPermissions = addPatchSet + addPatchSet = group Administrators + addPatchSet = group tvl-community + addPatchSet = group tvl-employees -- cgit 1.4.1