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

Ability to add child teams #9

Open
JoshuaTheMiller opened this issue Mar 20, 2023 · 0 comments
Open

Ability to add child teams #9

JoshuaTheMiller opened this issue Mar 20, 2023 · 0 comments
Labels
enhancement New feature or request SchemaChange The Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.
Milestone

Comments

@JoshuaTheMiller
Copy link
Member

JoshuaTheMiller commented Mar 20, 2023

As title says 🙂

It would be advantageous if this bot could support nesting Teams.

The team sync yaml could be enhanced to support something like the following:

# This property is used to control the addition of general Members to your Organization.
OrganizationMembersGroup: Some_Group_To_Sync_For_Organization_Membership
# This property is used for syncing all other GitHub Teams. Please note that users must also be a part of the `OrganizationMembersGroup` for the synchronization of the teams below to function properly.
GitHubTeamNames:
- Team: Some_Team_To_Sync
  FollowChildren: true 
- Team: Some_Other_Team_To_Sync
  Children:
  - Team: Some_Child_Team_To_Sync
    Children:  Some_Child_Team_To_Sync
  - Some_Other_Child_Team_To_Sync
@JoshuaTheMiller JoshuaTheMiller added SchemaChange The Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual. enhancement New feature or request labels Aug 10, 2023
@JoshuaTheMiller JoshuaTheMiller added this to the v1 Release milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SchemaChange The Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.
Projects
None yet
Development

No branches or pull requests

1 participant