lol

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

Makes it so that the docs team gets pinged for each release

authored by

Silvan Mosberger and committed by
Valentin Gagarin
329bfdf3 7715ce37

+3
+3
maintainers/team-list.nix
··· 263 264 docs = { 265 members = [ ]; 266 scope = "Maintain nixpkgs/NixOS documentation and tools for building it."; 267 shortName = "Docs"; 268 enableFeatureFreezePing = true;
··· 263 264 docs = { 265 members = [ ]; 266 + githubTeams = [ 267 + "documentation-team" 268 + ]; 269 scope = "Maintain nixpkgs/NixOS documentation and tools for building it."; 270 shortName = "Docs"; 271 enableFeatureFreezePing = true;