Skip to content

Commit

Permalink
style: Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 10, 2024
1 parent 5feb705 commit 2eceb4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulumi/github/teams/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ teams:
- name: "ops"
slug: "ops"
description: "A team in charge of ops"
privacy: "closed" # Can be "closed" (default) or "secret". A secret team can only be seen by its members and may not be nested.
privacy: "closed" # Can be "closed" (default) or "secret". A secret team can only be seen by its members and may not be nested.
members:
- name: bebosudo
role: maintainer # Can be "member" (default) or "maintainer"
role: maintainer # Can be "member" (default) or "maintainer"
- name: edmundmiller
role: maintainer
repositories:
- name: whatever
permission: admin # Can be "pull" (default), "triage", "push", "maintain", "admin" or a custom repository role.
permission: admin # Can be "pull" (default), "triage", "push", "maintain", "admin" or a custom repository role.
teams:
- name: "miniops"
slug: "miniops"
Expand Down

0 comments on commit 2eceb4a

Please sign in to comment.