GithubOrganizer
GithubOrganizer copied to clipboard
Add support for nested teams
Hi folks!
Love this tool and we are planning to use it with https://github.com/mautic.
One thing that was not clear to me was how to work with setting nested teams at the org level. Is that possible to do currently?
For example we have
-
Product Team
- Core Team
- Security Team
- Core Team
-
Community Team
- Website maintainers
Thanks in advance!
Right now you'd have to define each of those teams separately- there isn't any nesting supporting.
OK thanks for clarifying - I think that will mean we have to manage the teams outside of the org manager for the time being at least as it would result in a lot of duplication to have to list out each team (we inherit permissions quite a bit).
Thanks for getting back to me so quickly!
According to the info here: https://docs.github.com/en/rest/reference/teams#create-a-team this would require adding the parent_team_id in order to nest a team within another.