mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "First-class GitHub team reviews"
This commit is contained in:
parent
c0b192e003
commit
b5af85e10e
8 changed files with 86 additions and 208 deletions
|
|
@ -179,12 +179,8 @@ runCommand "compare"
|
|||
jq
|
||||
cmp-stats
|
||||
];
|
||||
maintainers = builtins.toJSON maintainers.users;
|
||||
teams = builtins.toJSON maintainers.teams;
|
||||
passAsFile = [
|
||||
"maintainers"
|
||||
"teams"
|
||||
];
|
||||
maintainers = builtins.toJSON maintainers;
|
||||
passAsFile = [ "maintainers" ];
|
||||
}
|
||||
''
|
||||
mkdir $out
|
||||
|
|
@ -227,5 +223,4 @@ runCommand "compare"
|
|||
fi
|
||||
|
||||
cp "$maintainersPath" "$out/maintainers.json"
|
||||
cp "$teamsPath" "$out/teams.json"
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue