From 4d7ff871d91ef2cc95aa0615a608d1d4941df32f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 13 Jun 2025 15:44:09 +0200 Subject: [PATCH] teams/ci: init (cherry picked from commit ec9986a919ddae50d68e1bce77dcfd97a06a586a) --- ci/OWNERS | 6 +++--- maintainers/team-list.nix | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ci/OWNERS b/ci/OWNERS index 783b303e78bc..0ff509512c71 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -14,9 +14,9 @@ # Processing of this file is implemented in workflows/codeowners-v2.yml # CI -/.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 1316160b9dc2..63e64b98ada7 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -134,6 +134,19 @@ with lib.maintainers; shortName = "c3d2"; }; + 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