Skip to content

Commit ee35c86

Browse files
Add MCP_APPS_SDK role for jonathanhefner (ext-apps access) (#37)
Adds the `MCP_APPS_SDK` role for `jonathanhefner` to grant admin access to the `ext-apps` repository.
1 parent f9c122e commit ee35c86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/config/users.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,12 @@ export const MEMBERS: readonly Member[] = [
222222
{
223223
github: 'jonathanhefner',
224224
discord: '1301960963087663186',
225-
memberOf: [ROLE_IDS.DOCS_MAINTAINERS, ROLE_IDS.MODERATORS, ROLE_IDS.RUBY_SDK],
225+
memberOf: [
226+
ROLE_IDS.DOCS_MAINTAINERS,
227+
ROLE_IDS.MODERATORS,
228+
ROLE_IDS.RUBY_SDK,
229+
ROLE_IDS.MCP_APPS_SDK,
230+
],
226231
},
227232
{
228233
github: 'jspahrsummers',

0 commit comments

Comments
 (0)