Skip to content
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

Fix permissions to be applicable for non-instrumentation repositories #256

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion specification/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ approval is granted, GDI repositories MUST NOT cut a GA release.

### Teams

- MUST have an admins team and teams MAY be shared between repositories
- MUST have `-admins` suffix
- MUST include at least two currently full-time Splunkers
- MUST NOT include any non-full-time Splunkers
- MUST have a maintainers team and teams MAY be shared between repositories
- MUST have `-maintainers` suffix
- MUST include at least two currently full-time Splunkers
Expand All @@ -22,7 +26,10 @@ approval is granted, GDI repositories MUST NOT cut a GA release.

- MUST grant `Admin` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to maintainers team and the `gdi-instrumentation-admins` team
to the admins team
- MUST grant `Admin` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to the maintainers team
- MUST grant `Write` [permission
level](https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/repository-permission-levels-for-an-organization)
to approvers team and the `signalfx/gdi-docs` team
Expand Down