Skip to content

Commit

Permalink
CODEOWNERS: add file, MikeMcQuaid. (Homebrew#54237)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MikeMcQuaid authored May 5, 2020
1 parent 5555006 commit 4dfb73d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4dfb73d

Please sign in to comment.