mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
git: Add codeowners file to automatically request code reviews
This commit is contained in:
parent
da465f0fdd
commit
cc7a523cab
1 changed files with 14 additions and 0 deletions
14
.github/CODEOWNERS
vendored
Normal file
14
.github/CODEOWNERS
vendored
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue