Skip to content

Commit 4dfb73d

Browse files
authored
CODEOWNERS: add file, MikeMcQuaid. (Homebrew#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
1 parent 5555006 commit 4dfb73d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CODEOWNERS

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

0 commit comments

Comments
 (0)