From 9ace737cb437b8b7a44c5fa2e5a674b41a1c22b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 14 Sep 2026 11:13:11 +0000 Subject: [PATCH] Grant tnorimat and nbarbettini the maintainers role Takashi Norimatsu (tnorimat) held only ROLE_IDS.CONFORMANCE_AUTH (push on the conformance repo) and Nate Barbettini (nbarbettini) held only ROLE_IDS.WG_IG_FACILITATORS (Discord-only). Neither was in the maintainers GitHub team, so neither could push branches to the spec repo. Add ROLE_IDS.MAINTAINERS to both entries, matching #178. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Y4FEdK9BTa1MLBPhFhsR3d --- 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 3fe06aa..16f3482 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -621,7 +621,7 @@ export const MEMBERS: readonly Member[] = [ { github: 'nbarbettini', discord: '784552628930478090', - memberOf: [ROLE_IDS.WG_IG_FACILITATORS], + memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.WG_IG_FACILITATORS], }, { github: 'nickcoai', @@ -873,7 +873,7 @@ export const MEMBERS: readonly Member[] = [ }, { github: 'tnorimat', - memberOf: [ROLE_IDS.CONFORMANCE_AUTH], + memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.CONFORMANCE_AUTH], }, { github: 'tobi-oye',