From ec9986a919ddae50d68e1bce77dcfd97a06a586a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 13 Jun 2025 15:44:09 +0200 Subject: [PATCH] teams/ci: init --- ci/OWNERS | 6 +++--- maintainers/team-list.nix | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ci/OWNERS b/ci/OWNERS index df207974fbb9..10b63db72ee2 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -15,9 +15,9 @@ # CI /.github/*_TEMPLATE* @SigmaSquadron -/.github/actions @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron -/.github/workflows @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron -/ci @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron +/.github/actions @NixOS/nixpkgs-ci +/.github/workflows @NixOS/nixpkgs-ci +/ci @NixOS/nixpkgs-ci /ci/OWNERS @infinisil @philiptaron # Development support diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index b106d814c841..46910b6871a4 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -186,6 +186,19 @@ with lib.maintainers; shortName = "Categorization"; }; + ci = { + members = [ + MattSturgeon + mic92 + philiptaron + wolfgangwalther + zowoq + ]; + githubTeams = [ "nixpkgs-ci" ]; + scope = "Maintain Nixpkgs' in-tree Continuous Integration, including GitHub Actions."; + shortName = "CI"; + }; + cinnamon = { members = [ bobby285271