-
Notifications
You must be signed in to change notification settings - Fork 12
Add a-akimov to docs-maintaners, tighten inspector/servers permissions #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add a-akimov to docs-maintaners, tighten inspector/servers permissions #19
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
# Conflicts: # src/config/users.ts
…ssions - Add a-akimov to docs-maintaners team (replaces direct repo access) - Remove a-akimov direct push from quickstart-resources (now via team) - Remove interest groups from inspector push access (ig-financial-services, interest-groups) - Remove working-groups umbrella from inspector push access - Remove docs-maintaners from inspector push access - Remove interest groups from servers push access (ig-financial-services, interest-groups) - Remove working-groups umbrella from servers push access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9128bd8 to
ec85df3
Compare
cliffhall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but question why so many groups have push access to the inspector.
| { team: 'csharp-sdk', permission: 'push' }, | ||
| { team: 'docs-maintaners', permission: 'push' }, | ||
| { team: 'go-sdk', permission: 'push' }, | ||
| { team: 'ig-financial-services', permission: 'push' }, | ||
| { team: 'interest-groups', permission: 'push' }, | ||
| { team: 'java-sdk', permission: 'push' }, | ||
| { team: 'kotlin-sdk', permission: 'push' }, | ||
| { team: 'moderators', permission: 'push' }, | ||
| { team: 'php-sdk', permission: 'push' }, | ||
| { team: 'python-sdk', permission: 'push' }, | ||
| { team: 'python-sdk-auth', permission: 'push' }, | ||
| { team: 'registry-wg', permission: 'push' }, | ||
| { team: 'ruby-sdk', permission: 'push' }, | ||
| { team: 'rust-sdk', permission: 'push' }, | ||
| { team: 'sdk-maintainers', permission: 'push' }, | ||
| { team: 'security-wg', permission: 'admin' }, | ||
| { team: 'steering-committee', permission: 'push' }, | ||
| { team: 'swift-sdk', permission: 'push' }, | ||
| { team: 'transport-wg', permission: 'push' }, | ||
| { team: 'typescript-sdk', permission: 'push' }, | ||
| { team: 'typescript-sdk-auth', permission: 'push' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we're at it, why do all these other groups have permissions to write to the inspector repo?
Summary
docs-maintanersteam (replaces one-off repo permissions)inspectorandserversrepos (interest groups, working-groups umbrella)Why
🤖 Generated with Claude Code