aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-17 17:22:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-17 17:22:57 +0200
commit2e1749a138c98e0aaf00749ca435ca2ba26fcd33 (patch)
tree2a31487b71ec875c597c151b7ff669f096eed563
parent5ee7e3e388908f55ab4ce2148d9c084804cff147 (diff)
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.
-rw-r--r--.github/CODEOWNERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 42796fd00..cdf5369fe 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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