Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2022 16:47:33 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bff83dd3956b - main - GitHub: Add libefivar's path to CODEOWNERS
Message-ID:  <202202271647.21RGlXT0036599@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202271647.21RGlXT0036599>