git: bff83dd3956b - main - GitHub: Add libefivar's path to CODEOWNERS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Feb 2022 16:47:33 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=bff83dd3956b54705557fa840e038265dcccf673
commit bff83dd3956b54705557fa840e038265dcccf673
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-02-24 17:31:44 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-02-27 16:11:39 +0000
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