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

Update maintainers repo permissions doc #567

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions building/github/maintainers-repo-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@ A tracks' maintenance category is determined by three variables:

To determine the maintenance category, find the first category that matches the track from this table:

| Category | Active? | Number of maintainers | Number of cross-track maintainers |
| ----------------------- | ------- | --------------------- | --------------------------------- |
| `wip-track` | No | Any | Any |
| `unmaintained` | Yes | 0 | 0 |
| `maintained-solitary` | Yes | 1 | 0 |
| `maintained-autonomous` | Yes | > 0 | = Number of maintainers |
| `maintained` | Yes | > 0 | < Number of maintainers |
| Category | Active? | Number of maintainers | Number of cross-track maintainers |
| --------------------- | ------- | --------------------- | --------------------------------- |
| wip-track | No | Any | Any |
| unmaintained | Yes | 0 | 0 |
| maintained-solitary | Yes | 1 | 0 |
| maintained-autonomous | Yes | > 0 | = Number of maintainers |
| maintained | Yes | > 0 | < Number of maintainers |

## Repo permissions

The maintenance category is used to set the track's GitHub repo(s) permission(s).

| Category | Requires PR | Requires PR approval | Cross-track team reviews |
| ----------------------- | ----------- | -------------------- | ------------------------ |
| `wip-track` | No | No | No |
| `unmaintained` | Yes | Yes | Yes |
| `maintained-solitary` | Yes | Yes | Yes |
| `maintained-autonomous` | Yes | No | No |
| `maintained` | Yes | No | No |
| Category | Requires PR | Requires PR approval | Cross-track team reviews |
| --------------------- | ----------- | -------------------- | ------------------------ |
| wip-track | No | No | No |
| unmaintained | Yes | Yes | Yes |
| maintained-solitary | Yes | Yes | Yes |
| maintained-autonomous | Yes | No | No |
| maintained | Yes | No | No |

```exercism/caution
The `wip-track` category is the only category that allows maintainers to push to `main`.
Expand Down