Skip to content

Commit 92ea3f9

Browse files
Update maintainers repo permissions doc (#567)
1 parent 164d06d commit 92ea3f9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

building/github/maintainers-repo-permissions.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ A tracks' maintenance category is determined by three variables:
2525

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

28-
| Category | Active? | Number of maintainers | Number of cross-track maintainers |
29-
| ----------------------- | ------- | --------------------- | --------------------------------- |
30-
| `wip-track` | No | Any | Any |
31-
| `unmaintained` | Yes | 0 | 0 |
32-
| `maintained-solitary` | Yes | 1 | 0 |
33-
| `maintained-autonomous` | Yes | > 0 | = Number of maintainers |
34-
| `maintained` | Yes | > 0 | < Number of maintainers |
28+
| Category | Active? | Number of maintainers | Number of cross-track maintainers |
29+
| --------------------- | ------- | --------------------- | --------------------------------- |
30+
| wip-track | No | Any | Any |
31+
| unmaintained | Yes | 0 | 0 |
32+
| maintained-solitary | Yes | 1 | 0 |
33+
| maintained-autonomous | Yes | > 0 | = Number of maintainers |
34+
| maintained | Yes | > 0 | < Number of maintainers |
3535

3636
## Repo permissions
3737

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

40-
| Category | Requires PR | Requires PR approval | Cross-track team reviews |
41-
| ----------------------- | ----------- | -------------------- | ------------------------ |
42-
| `wip-track` | No | No | No |
43-
| `unmaintained` | Yes | Yes | Yes |
44-
| `maintained-solitary` | Yes | Yes | Yes |
45-
| `maintained-autonomous` | Yes | No | No |
46-
| `maintained` | Yes | No | No |
40+
| Category | Requires PR | Requires PR approval | Cross-track team reviews |
41+
| --------------------- | ----------- | -------------------- | ------------------------ |
42+
| wip-track | No | No | No |
43+
| unmaintained | Yes | Yes | Yes |
44+
| maintained-solitary | Yes | Yes | Yes |
45+
| maintained-autonomous | Yes | No | No |
46+
| maintained | Yes | No | No |
4747

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

0 commit comments

Comments
 (0)