From 61c6d1542c2320bba45b8f9d16c95f73f4f6c084 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:19:49 -0800 Subject: [PATCH] Add ppx-private group --- env/production/groups.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/env/production/groups.json b/env/production/groups.json index d34992753..28939b60d 100644 --- a/env/production/groups.json +++ b/env/production/groups.json @@ -278,5 +278,9 @@ { "name": "wadoh", "isPublic": true + }, + { + "name": "ppx-private", + "isPublic": false } ]