CODEOWNERS: add file, MikeMcQuaid. (#54237)

I don't watch Homebrew/homebrew-core any more (as other maintainers
are doing a great job of the formula work without my help) but I do
want to ensure that I keep on top of changes to certain files.

As a result, add a `CODEOWNERS` file so I can be requested for review on
changes to these files:
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
master
Mike McQuaid 2020-05-05 09:50:29 +01:00 committed by GitHub
parent 5555006007
commit 4dfb73d1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
CODEOWNERS Normal file
View File

@ -0,0 +1,17 @@
# Note that the naming of this file is incorrect for our case: these people do not "own" the provided files but are
# people with write-access to this repository (i.e. @Homebrew/core) who wish to be notified of changes to these
# files.
#
# Their review is not required to merge PRs that change these files but just an indication that they wish to follow
# along changes to these files without having to "watch" this repository on GitHub.
#
# To be explicit: we will never accept changes to this file adding people from outside the Homebrew GitHub
# organisation. If you are not a Homebrew maintainer: you do not personally "own" or "maintain" any formulae.
CODEOWNERS @MikeMcQuaid
CONTRIBUTING.md @MikeMcQuaid
tap_migrations.json @MikeMcQuaid
.github/ @MikeMcQuaid
cmd/ @MikeMcQuaid
LICENSE.txt @Homebrew/plc @MikeMcQuaid