CODEOWNERS: remove * entry

Github started adding me as reviewer on all PRs.
This is quite inconvinient because I can't figure out
if author really wants my review, or I was added just because of
the * entry. And then I can't remove myself.
Since I am looking at all PRs anyway, let's try without the * entry.
This commit is contained in:
Dmitry Vyukov 2020-06-17 17:22:57 +02:00
parent 5ee7e3e388
commit 2e1749a138

1
.github/CODEOWNERS vendored
View File

@ -1,7 +1,6 @@
# 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