cloudpups / cloudpups/github-teams-user-sync

Grant access to repos from teams

Open
#61 0 comments 0 reactions 0 assignees View on GitHub
enhancement SchemaChange
Dominant language
TypeScript
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

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`, 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

```yaml
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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.