diff --git a/src/config/users.ts b/src/config/users.ts index 82e0ceb..a225b0d 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -166,7 +166,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'KKonstantinov', - memberOf: ['inspector-maintainers'], + memberOf: ['inspector-maintainers', 'typescript-sdk'], }, { github: 'koic', @@ -200,6 +200,10 @@ export const MEMBERS: readonly Member[] = [ github: 'maxisbey', memberOf: ['core', 'python-sdk'], }, + { + github: 'mattzcarey', + memberOf: ['typescript-sdk'], + }, { github: 'michaelneale', memberOf: ['rust-sdk'],