summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-07-23 21:27:59 -0700
committerAdam Joseph <adam@westernsemico.com>2023-07-23 21:27:59 -0700
commit0310e3c7ac017b9fb2600ef90f7141e4f0e67a41 (patch)
tree790c8d98a0337a3d44862032fd4ed074dd9c13e3 /.github
parent5e424292851e9c10004600453db18bde587aaa84 (diff)
CODEOWNERS: add ajoseph for kernel/manual-config.nix
It is hard to get people to test changes to our kernel expression on
anything other than x86_64 and aarch64 before merging changes.

Therefore, I would like to be notified of PRs opened agains this
file, so that I can hopefully catch breakage before it is merged,
rather than afterwards.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 73523dee31673..c15fccd28f812 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -313,3 +313,6 @@ nixos/lib/make-single-disk-zfs-image.nix  @raitobezarius
 nixos/lib/make-multi-disk-zfs-image.nix   @raitobezarius
 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
 nixos/tests/zfs.nix                       @raitobezarius
+
+# Linux Kernel
+pkgs/os-specific/linux/kernel/manual-config.nix   @amjoseph-nixpkgs