From 44d84852cb86e10236f1f01db11e17802ffea07e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 1 Dec 2020 18:46:06 -0800 Subject: [PATCH] github: remove CODEOWNERS file Since it was added, we never maintained the file leading to decay in the set of "actual" code owners. In practice, the current set up ends up assign most reviews to 2 or so active contributors. I think the idea itself is sound, but the current implementation leads to certain reviewers being over-assigned PRs, which at times causes those PRs to stagnate since pretty much every PR gets assigned to the same set of people. --- .github/CODEOWNERS | 79 ---------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 00576bc40..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,79 +0,0 @@ -aezeed/* @roasbeef @cfromknecht - -autopilot/* @halseth @roasbeef - -brontide/* @roasbeef @cfromknecht - -buffer/* @cfromknecht - -build/* @cfromknecht - -chainntnfs/* @halseth @wpaulino - -chanbackup/* @roasbeef - -channeldb/channel.go @roasbeef - -channeldb/forwarding_log.go @roasbeef - -channeldb/graph.go @roasbeef @halseth - -channeldb/invoices.go @roasbeef @joostjager - -channeldb/payment_control.go @halseth @joostjager - -channeldb/payments.go @halseth @joostjager - -channeldb/reject_cache.go @cfromknecht - -channelnotifier/* @valentinewallace - -contractcourt/* @roasbeef @joostjager - -discovery/* @halseth @wpaulino - -htlcswitch/* @roasbeef @cfromknecht - -input/* @joostjager @roasbeef - -keychain/* @roasbeef - -lnwallet/* @roasbeef @halseth - -macaroons/* @roasbeef - -monitoring/* @valentinewallace - -nat/* @wpaulino - -pool/* @cfromknecht - -queue/* @cfromknecht - -routing/* @joostjager @roasbeef - -sweep/* @joostjager - -tor/* @wpaulino - -walletunlocker/* @roasbeef - -watchtower/* @cfromknecht @roasbeef - -zpay32/* @halseth @roasbeef - -breacharbiter.go @cfromknecht @roasbeef - -chanrestore.go @roasbeef - -fundingmanager.go @halseth @roasbeef - -nursery_store.go @cfromknecht - -peer.go @cfromknecht @roasbeef - -pilot.go @halseth @roasbeef - -server.go @cfromknecht @roasbeef - -utxonursery.go @cfromknecht @roasbeef