From 2e1749a138c98e0aaf00749ca435ca2ba26fcd33 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 17 Jun 2020 17:22:57 +0200 Subject: 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. --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) (limited to '.github') 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 -- cgit mrf-deployment