Skip to content

Grant access to repos from teams #61

@JoshuaTheMiller

Description

@JoshuaTheMiller

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, or Name and NamePattern?
    • 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: Admin

Metadata

Metadata

Assignees

No one assigned

    Labels

    SchemaChangeThe Issue/PR may result in a Schema Change and should be looked at with more scrutiny than usual.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions