From ab7492009e3fe461d0f00704771e68220835cb73 Mon Sep 17 00:00:00 2001 From: olaservo Date: Tue, 7 Oct 2025 07:40:00 -0700 Subject: [PATCH 1/3] Add evalstate and cliffhall to docs-maintaners team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/config/users.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/users.ts b/src/config/users.ts index 723b0e9..873c9c0 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -71,7 +71,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'cliffhall', - memberOf: ['moderators'], + memberOf: ['docs-maintaners', 'moderators'], }, { github: 'crondinini-ant', @@ -105,7 +105,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'evalstate', - memberOf: ['moderators'], + memberOf: ['docs-maintaners', 'moderators'], }, { github: 'fabpot', From 0954623c945c496f2ccf2bc3150cece212f3f4f2 Mon Sep 17 00:00:00 2001 From: olaservo Date: Thu, 12 Feb 2026 20:22:09 -0700 Subject: [PATCH 2/3] Add BobDickinson to SKILLS_OVER_MCP_IG role Closes #62 Co-Authored-By: Claude Opus 4.6 --- src/config/users.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/users.ts b/src/config/users.ts index d4ffdbb..ea38c71 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -60,6 +60,10 @@ export const MEMBERS: readonly Member[] = [ github: 'bolinfest', memberOf: [ROLE_IDS.RUST_SDK], }, + { + github: 'BobDickinson', + memberOf: [ROLE_IDS.SKILLS_OVER_MCP_IG], + }, { github: 'caitiem20', email: 'caitie.mccaffrey@microsoft.com', From 30ce42949fd9319a4617bf46c1970120dd523cc4 Mon Sep 17 00:00:00 2001 From: olaservo Date: Thu, 12 Feb 2026 21:21:20 -0700 Subject: [PATCH 3/3] Fix alphabetical sorting of BobDickinson entry Co-Authored-By: Claude Opus 4.6 --- src/config/users.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/users.ts b/src/config/users.ts index ea38c71..46f2a10 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -56,14 +56,14 @@ export const MEMBERS: readonly Member[] = [ ROLE_IDS.TYPESCRIPT_SDK, ], }, - { - github: 'bolinfest', - memberOf: [ROLE_IDS.RUST_SDK], - }, { github: 'BobDickinson', memberOf: [ROLE_IDS.SKILLS_OVER_MCP_IG], }, + { + github: 'bolinfest', + memberOf: [ROLE_IDS.RUST_SDK], + }, { github: 'caitiem20', email: 'caitie.mccaffrey@microsoft.com',