Revert "First-class GitHub team reviews"

This commit is contained in:
Wolfgang Walther 2025-10-28 07:38:20 +00:00 committed by GitHub
commit b5af85e10e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 86 additions and 208 deletions

View file

@ -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"
''