NixOS / ofborg

@ofborg tooling automation https://monitoring.ofborg.org/dashboard/db/ofborg

Home Page:https://ofborg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No review requests on modules & tests

mweinelt opened this issue · comments

Tested all four combinations of changes to tests/modules with person/teams set as meta.maintainers, and never got a request to review. This is quite a serious defect in our reviewing system.

NixOS/nixpkgs#128447

We can get a list of maintainers for files/modules via:

nix-instantiate --eval '<nixpkgs/nixos>' --arg configuration '{}' -A config.meta.maintainers --strict --json

(cc @infinisil)

Attempt in #641