Commit 329bfdf3 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by Valentin Gagarin
Browse files

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

Makes it so that the docs team gets pinged for each release
parent 7715ce37
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;