Skip to content

Commit addc735

Browse files
committed
Expand org owner authority, remove ambiguities
- The "such as" wording left it open to ambiguity as to whether it's only the listed items or also others (while proper English would imply the latter, I meant the former when I wrote this originally) - The former interpretation is unnecessarily restrictive, requiring further requests to increase authority whenever something new was being done. This change makes it very explicit that it's an exclusive list for individually-implementable changes (certain pre-approved changes and minimal-impact changes), while leaving _all_ other non-controversial and non-impactful changes up to the org owners, given two approvals.
1 parent 25386f8 commit addc735

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

doc/github-org-owners.md

+14-16
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,27 @@ For any GitHub-related needs, you can reach out to the org owners by either:
1818
This team's role is to manage and unblock users of the NixOS GitHub organization.
1919
The [Steering Committee (SC)](./governance.md) gives them autonomy to handle
2020
small day-to-day tasks and expects them to escalate bigger decisions.
21+
The following decision tree describes the org owners authority:
2122

22-
All org owners can individually take care of implementing:
23-
- Decisions by bodies that have the authority to make GitHub org changes such as:
23+
**Is the change impactful or controversial?**
24+
- *Yes*: **Is the change pre-approved by a body with corresponding authority?** This includes:
2425
- Arbitrary decisions by the Steering Committee.
2526
- Moderation decisions by the moderation team.
2627
- Changes from approved RFCs.
27-
- Low-impact changes, such as:
28+
29+
*Yes*: Any single org owner can implement it.
30+
31+
*No*: Not within the org owners authority, should be escalated to the SC.
32+
33+
- *No*: **Is the change one of the following?**
2834
- Adding new org members to allow review requests.
2935
- Creating new unprivileged Nixpkgs teams for mention.
3036
- Updating repository meta information.
31-
- Changes requested by a repository admin that have no impact outside their repository.
32-
33-
Org owners need approval from at least one other org owner to take care of implementing
34-
higher-impact changes that are _not controversial_, such as:
35-
- Administer unmaintained repos, such as:
36-
- Performing maintenance.
37-
- Giving commit access to trusted people that offer maintenance.
38-
- Archiving if appropriate.
39-
- Changes necessary to unblock automation.
40-
- Changes to the structure and CI of the [org repository](https://github.com/NixOS/org).
41-
- Content updates to the [GitHub organisation documentation](./github.md).
42-
43-
Org owners have no authority to make other changes.
37+
- Changes requested by a repository admin that have no impact outside their repository.
38+
39+
*Yes*: Any single org owner can implement it.
40+
41+
*No*: Approval from at least one other org owner is needed to implement it.
4442

4543
### Responsibilities
4644

0 commit comments

Comments
 (0)