From ab7492009e3fe461d0f00704771e68220835cb73 Mon Sep 17 00:00:00 2001 From: olaservo Date: Tue, 7 Oct 2025 07:40:00 -0700 Subject: [PATCH 1/2] 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 c10c627dd2a8bd3517d8dcf399ae12106f393610 Mon Sep 17 00:00:00 2001 From: olaservo Date: Mon, 2 Feb 2026 19:38:31 -0700 Subject: [PATCH 2/2] Add maintainers, reference-servers, and working-groups roles to olaservo Co-Authored-By: Claude Opus 4.5 --- src/config/users.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/users.ts b/src/config/users.ts index 5cf1a95..05717a3 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -394,7 +394,10 @@ export const MEMBERS: readonly Member[] = [ ROLE_IDS.COMMUNITY_MANAGERS, ROLE_IDS.DOCS_MAINTAINERS, ROLE_IDS.INSPECTOR_MAINTAINERS, + ROLE_IDS.MAINTAINERS, ROLE_IDS.MODERATORS, + ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS, + ROLE_IDS.WORKING_GROUPS, ], }, {