From 9b866ac97f852cad31c4c95e54ed83c89fc44a56 Mon Sep 17 00:00:00 2001 From: Lagrang3 Date: Mon, 22 Jun 2026 21:50:57 +0100 Subject: [PATCH] CODEOWNERS: add self as owner of xpay/askrene/renepay Changelog-None Signed-off-by: Lagrang3 --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4c3303f738f2..5d009f372486 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,6 +14,12 @@ contrib/pyln-client/ @cdecker contrib/pyln-testing/ @cdecker # Needed to ensure hsmd wire compatibility between releases hsmd/hsmd_wire.csv @cdecker @ksedgwic @devrandom +plugins/xpay/ @Lagrang3 +plugins/askrene/ @Lagrang3 +plugins/renepay/ @Lagrang3 +tests/test_xpay.py @Lagrang3 +tests/test_askrene.py @Lagrang3 +tests/test_renepay.py @Lagrang3 # See https://help.github.com/articles/about-codeowners/ for more # information