Allow non-owners to toggle WIP

Grant WIP permissions to a Gerrit group containing the try service
account and mdb/pigweed-gerrit-wip-toggle-acl.

Bug: b/374993770
Change-Id: Ib7fe4b5015dfac899fcaa0718892bd97d77355f1
Reviewed-on: https://bluetooth-review.googlesource.com/c/All-Projects/+/2200
Reviewed-by: Oliver Newman <olivernewman@google.com>
diff --git a/groups b/groups
index 4fc6f03..6c00a14 100644
--- a/groups
+++ b/groups
@@ -1,6 +1,7 @@
 # UUID                                                        	Group Name
 #
 66326fee1502be50f366279038a41476658a69c1                      	Administrators
+863f2dbbc4f4bee592826bd5d5d111f4d71bc654                      	Toggle WIP
 8fba5c67cef14f54732887f0ed5275874f63b0c1                      	Nobody
 f7db30a3f0ff326e3c86b9c76703f7a29d69e51c                      	Googlers
 global:Anonymous-Users                                        	Anonymous Users
diff --git a/project.config b/project.config
index 135575a..68e48d4 100644
--- a/project.config
+++ b/project.config
@@ -16,6 +16,7 @@
 	read = group Registered Users
 	exclusiveGroupPermissions = editTopicName
 	editTopicName = group Nobody
+	toggleWipState = group Toggle WIP
 [access "refs/for/*"]
 	addPatchSet = group Registered Users
 [access "refs/for/refs/*"]