From bff83dd3956b54705557fa840e038265dcccf673 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Thu, 24 Feb 2022 14:31:44 -0300 Subject: [PATCH] GitHub: Add libefivar's path to CODEOWNERS Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners Pull Request: https://github.com/freebsd/freebsd-src/pull/581 --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f64ce9d91d15..9ae918446aa1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -51,6 +51,7 @@ /etc/mail @gshapiro /etc/sendmail @gshapiro /lib/libc/sys/kevent.c @jmgurney +/lib/libefivar/ @bsdimp /lib/libfetch @dag-erling /lib/libfigpar @dag-erling /lib/libpam/ @dag-erling