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.
This commit is contained in:
Christian Decker 2023-08-03 15:11:58 +02:00 committed by Rusty Russell
parent f56ba464b8
commit 0bf5ee6bba

2
.github/CODEOWNERS vendored
View file

@ -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