summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-11-03 09:45:30 -0500
committerGitHub <noreply@github.com>2020-11-03 09:45:30 -0500
commite48046da1437ea11406ed44d2b566506d46f639a (patch)
treee1dc0a7722967baa76831910321483f7369200e5 /.github
parent9b1e7aa937e7c75d90888511411487eb5a23a109 (diff)
Remove knatsakis from makefile code ownership. (#10184)
Based on discussion with him, he’s not readily able to review changes here, and the only changes I would be doing can be reviewed by the agent team (or would involve other changes that would pull him in anyway), so there’s not point in having him listed for review on them.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 11fdfe3b60..f0c57f68ac 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,7 +43,7 @@ web/ @thiagoftsm @mfundul @vlvkobal
web/gui/ @jacekkolasa
# Ownership by filetype (overwrites ownership by directory)
-*.am @Ferroin @knatsakis
+*.am @Ferroin
*.md @joelhans
Dockerfile* @Ferroin @knatsakis