public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Rebecca Cran" <rebecca@bsdio.com>
To: devel@edk2.groups.io, mikuback@linux.microsoft.com
Subject: Re: [edk2-devel] edk2 Automatic PR Reviewers
Date: Thu, 25 Jul 2024 10:00:20 -0600	[thread overview]
Message-ID: <2c55f1bf-9c06-4e4f-a055-23f7358b2d48@bsdio.com> (raw)
In-Reply-To: <5f5aa7bc-b4ce-4869-960a-1d9b9f56fdf2@linux.microsoft.com>

On 7/24/24 20:35, Michael Kubacki wrote:
> A change was just pushed to edk2 to automatically add reviewers to pull 
> request based on those listed in Maintainers.txt.
> 
> For more details and in case of any issues, I put some information on 
> this wiki page:
> 
> https://github.com/tianocore/tianocore.github.io/wiki/Automatic-Pull- 
> Request-Reviewer-Details

On a related note, this tool looks useful for verifying the content of 
CODEOWNERS and/or REVIEWERS when we decide to move to those files: 
https://github.com/hmarr/codeowners.

Usage
By default, the command line tool will walk the directory tree, printing 
the code owners of any files that are found.

$ codeowners --help
usage: codeowners <path>...
   -f, --file string     CODEOWNERS file path
   -h, --help            show this help message
   -o, --owner strings   filter results by owner
   -u, --unowned         only show unowned files (can be combined with -o)

$ ls
CODEOWNERS       DOCUMENTATION.md README.md        example.go 
example_test.go

$ cat CODEOWNERS
*.go       @example/go-engineers
*.md       @example/docs-writers
README.md  product-manager@example.com

$ codeowners
CODEOWNERS                           (unowned)
README.md                            product-manager@example.com
example_test.go                      @example/go-engineers
example.go                           @example/go-engineers
DOCUMENTATION.md                     @example/docs-writers



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120041): https://edk2.groups.io/g/devel/message/120041
Mute This Topic: https://groups.io/mt/107536057/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      parent reply	other threads:[~2024-07-25 16:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-25  2:35 [edk2-devel] edk2 Automatic PR Reviewers Michael Kubacki
2024-07-25  3:55 ` Michael Kubacki
2024-07-25 16:00 ` Rebecca Cran [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c55f1bf-9c06-4e4f-a055-23f7358b2d48@bsdio.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox