diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-14 12:03:16 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-14 12:06:43 +0200 |
| commit | 2a22c77acf37f7d1907dda704aa5ca5ea28075ca (patch) | |
| tree | 85e50a834a31efd6b78a4eee76ca08fc874a9964 | |
| parent | 4ec126bcb75d6e6a2a03164b1509ba1cd6a0dcd3 (diff) | |
.github: add CODEOWNERS
This should automatically assign reviewers/cc corresponding developers.
Add codeowners for OSes for which we have committers.
For details see:
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
| -rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..42796fd00 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# For reference see: +# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @dvyukov +*.py @xairy +*fuchsia* @mvanotti +*freebsd* @markjdb @tuexen +*netbsd* @krytarowski @R3x +*openbsd* @blackgnezdo @mptre |
