From 776c96d5aaf2733e480e3ba43f3a161269396ee0 Mon Sep 17 00:00:00 2001 From: Ukjae Jeong Date: Thu, 3 Sep 2026 10:56:24 +0100 Subject: [PATCH] Add WG_IG_FACILITATORS role to @jeongukjae --- src/config/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/users.ts b/src/config/users.ts index 9a1e78f..591d499 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -410,7 +410,7 @@ export const MEMBERS: readonly Member[] = [ firstName: 'Ukjae', lastName: 'Jeong', googleEmailPrefix: 'jeongukjae', - memberOf: [ROLE_IDS.INTERCEPTORS_WG], + memberOf: [ROLE_IDS.INTERCEPTORS_WG, ROLE_IDS.WG_IG_FACILITATORS], }, { github: 'joan-anthropic',