Grant maxisbey admin on security-room - #192
Merged
Merged
Conversation
Declare the security-room repository in repoAccess.ts with maxisbey as an individual admin collaborator, so Max can administer the repo. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CEirkudZynjHTs8r1ZSyf1
Pulumi PreviewClick to expand preview output |
localden
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Max Isbey · Slack thread
Before: The
security-roomrepository is not declared insrc/config/repoAccess.ts, so its collaborator access is not managed by Pulumi andmaxisbeyhas no declared role on it.After:
security-roomis declared inrepoAccess.tswithmaxisbeyas an individualadmincollaborator, so Max can administer the repo.This adds a single
REPOSITORY_ACCESSentry grantingmaxisbeytheadminpermission onmodelcontextprotocol/security-room, mirroring the existing users-only entry for theaccessrepo.How: Only
src/config/repoAccess.tschanged (one new entry appended afteraccess). Rannpm ciandnpm run checklocally:prettier --checkpassed,validate-config.tsreported all references valid, andtest-config.tspassed 33/33.npm run buildwas not runnable locally because@pulumi/googleworkspaceis generated bypulumi install, which CI performs. Note for reviewers:github.RepositoryCollaboratorsis authoritative for a repo, so once this entry exists Pulumi will manage the full collaborator set ofsecurity-room; any existing direct collaborators or team grants on that repo not listed here would be removed on apply (org-role teams are ignored persrc/github.ts), so please confirm thepulumi previewoutput matches expectations.🤖 Generated with Claude Code
https://claude.ai/code/session_01CEirkudZynjHTs8r1ZSyf1
Generated by Claude Code