From cc7a523cab40b8efbb408a65bedc1e3ec53a00e0 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 3 Nov 2018 13:44:16 +0100 Subject: [PATCH] git: Add codeowners file to automatically request code reviews --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..26f7188ef --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# Code owners are automatically requested for review when someone +# opens a pull request that modifies code that they own. When someone +# with admin or owner permissions has enabled required reviews, they +# also can optionally require approval from a code owner before the +# author can merge a pull request in the repository. + +wallet/ @cdecker +*.py @cdecker + +wallet/invoices.* @ZmnSCPxj +lightningd/payalgo.* @ZmnSCPxj + +# See https://help.github.com/articles/about-codeowners/ for more +# information \ No newline at end of file