-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
SchemaChangeThe Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.The Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.enhancementNew feature or requestNew feature or request
Milestone
Description
While other bots do this already (i.e., SafeSettings), it would be beneficial for this bot to include such functionality as well. After all, users of this bot may not be using others and assigning teams access to repositories falls under the purview of "syncing teams."
Decision Points
- Repo name property- should it just be
Name, orNameandNamePattern?- Leaving it as "Name" makes consumption easier though increases development. Most likely that is worth it- make the consumer experience great.
Schema Options
Teams:
- Name: Some_Team
Repos:
# Pattern matching can be done, though specific technique must be chosen and documented.
- NamePattern: SomeName-*
Permission: Write
- Name: SomeSpecificRepo
Permission: AdminMetadata
Metadata
Assignees
Labels
SchemaChangeThe Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.The Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.enhancementNew feature or requestNew feature or request