maintainers/team-list: Set GitHub team for docs team

Makes it so that the docs team gets pinged for each release
This commit is contained in:
Silvan Mosberger 2024-05-13 18:59:38 +02:00 committed by Valentin Gagarin
parent 7715ce37e7
commit 329bfdf34c

View File

@ -263,6 +263,9 @@ with lib.maintainers; {
docs = {
members = [ ];
githubTeams = [
"documentation-team"
];
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
shortName = "Docs";
enableFeatureFreezePing = true;