Skip to content

Commit

Permalink
gh: Add @cdecker as codeowner for the Rust artifacts
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
cdecker committed May 8, 2022
1 parent e7a3471 commit 2cf92ac
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@
# also can optionally require approval from a code owner before the
# author can merge a pull request in the repository.

wallet/ @cdecker
*.py @cdecker
cln-grpc/ @cdecker
cln-rpc/ @cdecker
plugins/src/ @cdecker
plugins/grpc-plugin/ @cdecker
contrib/reprobuild/ @cdecker
contrib/msggen/ @cdecker
contrib/pyln-client/ @cdecker
contrib/pyln-testing/ @cdecker
# Needed to ensure hsmd wire compatibility between releases
hsmd/hsmd_wire.csv @cdecker

wallet/invoices.* @ZmnSCPxj
wallet/invoices.* @ZmnSCPxj
plugins/multifundchannel.c @ZmnSCPxj
doc/BACKUP.md @ZmnSCPxj @cdecker
doc/BACKUP.md @ZmnSCPxj

# See https://help.github.com/articles/about-codeowners/ for more
# information

0 comments on commit 2cf92ac

Please sign in to comment.