From 0bf5ee6bbae2cdaef073979171c59bdad3e2d232 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 3 Aug 2023 15:11:58 +0200 Subject: [PATCH] meta: Add the VLS team as codeowners of hsmd/hsmd_wire.csv We use this file as a proxy for breaking changes in the signer protocol. It may not catch all the breaking changes, but it's a good first approximation. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d3ceaac3b..4c3303f73 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,7 +13,7 @@ contrib/msggen/ @cdecker contrib/pyln-client/ @cdecker contrib/pyln-testing/ @cdecker # Needed to ensure hsmd wire compatibility between releases -hsmd/hsmd_wire.csv @cdecker +hsmd/hsmd_wire.csv @cdecker @ksedgwic @devrandom # See https://help.github.com/articles/about-codeowners/ for more # information