summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2021-11-22 01:25:28 +0100
committerpiegames <git@piegames.de>2021-12-02 15:46:11 +0100
commitd791ddbb5ea5aa1c467cf0aedeb62cbf846f007a (patch)
tree9b6174c971a02e871fe03525c88138ff20e1d778 /.github/CODEOWNERS
parent7f54eb086126b32d31f1a356bc3f7c186625e84c (diff)
downloadnixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar.gz
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar.bz2
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar.lz
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar.xz
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.tar.zst
nixpkgs-d791ddbb5ea5aa1c467cf0aedeb62cbf846f007a.zip
CODEOWNERS: Update teams
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS17
1 files changed, 12 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7dc14a61cba..9b2a52e9ae6 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -6,6 +6,13 @@
 #
 # For documentation on this file, see https://help.github.com/articles/about-codeowners/
 # Mentioned users will get code review requests.
+#
+# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
+# This also holds true for GitHub teams. Since almost none of our teams have write
+# permissions, you need to list all members of the team with commit access individually.
+# We still add the team to the list next to its members, this helps keeping things
+# in sync. (Put non team members before the team to distinguish them.)
+# See https://github.com/NixOS/nixpkgs/issues/124085 for more details
 
 # This file
 /.github/CODEOWNERS @edolstra
@@ -210,11 +217,11 @@
 /pkgs/top-level/php-packages.nix         @jtojnar @NixOS/php @aanderse @etu @globin @ma27 @talyz
 
 # Podman, CRI-O modules and related
-/nixos/modules/virtualisation/containers.nix @NixOS/podman @zowoq
-/nixos/modules/virtualisation/cri-o.nix      @NixOS/podman @zowoq
-/nixos/modules/virtualisation/podman.nix     @NixOS/podman @zowoq
-/nixos/tests/cri-o.nix                       @NixOS/podman @zowoq
-/nixos/tests/podman.nix                      @NixOS/podman @zowoq
+/nixos/modules/virtualisation/containers.nix @NixOS/podman @zowoq @adisbladis
+/nixos/modules/virtualisation/cri-o.nix      @NixOS/podman @zowoq @adisbladis
+/nixos/modules/virtualisation/podman.nix     @NixOS/podman @zowoq @adisbladis
+/nixos/tests/cri-o.nix                       @NixOS/podman @zowoq @adisbladis
+/nixos/tests/podman.nix                      @NixOS/podman @zowoq @adisbladis
 
 # Docker tools
 /pkgs/build-support/docker                   @roberth @utdemir