From 329bfdf34c18bad01243a47be6a5c0fc94dfd38f Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 13 May 2024 18:59:38 +0200 Subject: [PATCH] maintainers/team-list: Set GitHub team for docs team Makes it so that the docs team gets pinged for each release --- maintainers/team-list.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 8b609bce4f26..2f692cc86007 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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;