From 9fa064ac6185423043d02ce17f459f722d88757e Mon Sep 17 00:00:00 2001 From: Maciej Kisiel Date: Tue, 27 Jan 2026 11:00:20 +0100 Subject: [PATCH 1/2] Add herczyn to Go SDK team. Kuba is another lead from the new team at Google that took over the Go SDK maintenance. --- src/config/users.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/users.ts b/src/config/users.ts index 4175454..6ad9fba 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -192,6 +192,10 @@ export const MEMBERS: readonly Member[] = [ github: 'halter73', memberOf: [ROLE_IDS.CSHARP_SDK], }, + { + github: 'herczyn', + memberOf: [ROLE_IDS.GO_SDK], + }, { github: 'ignatov', memberOf: [ROLE_IDS.KOTLIN_SDK], From 947d62874d7aaefa2c4bca62cd3a9a1b2d9223fd Mon Sep 17 00:00:00 2001 From: Maciej Kisiel Date: Wed, 28 Jan 2026 17:16:21 +0100 Subject: [PATCH 2/2] Add discord for herczyn --- src/config/users.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/users.ts b/src/config/users.ts index a6a7ff5..12026f6 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -194,6 +194,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'herczyn', + discord: '1001427188068917279', memberOf: [ROLE_IDS.GO_SDK], }, {