CODEOWNERS: add self as owner of xpay/askrene/renepay
What changed, and why it matters
This commit only updates the GitHub CODEOWNERS file to assign one developer as the automatic reviewer for several plugin directories and their test files. It makes no code changes and has no security relevance.
No action required; this is a benign administrative change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds six lines to .github/CODEOWNERS, assigning @Lagrang3 ownership of plugins/xpay/, plugins/askrene/, plugins/renepay/ and their corresponding test files. This is a repository governance/metadata change only; no source code, build system, CI configuration, or permissions model is modified.
Changed components
.github/CODEOWNERSInspect captured patch +6 / −0
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4c3303f7..5d009f37 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
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.