From b34f4d7b17551c23189a08c571c78e83462fced9 Mon Sep 17 00:00:00 2001 From: rootile Date: Wed, 22 Apr 2026 17:35:53 +0200 Subject: [PATCH] OWNERS: Do not inherit parent owners for f2/testlib see [lix-weekly of 2026-04-22](https://wiki.lix.systems/link/153#bkmrk-code-ownership-of-f2) Change-Id: I3e3df0d864a5614bb66a2d756df42c63305a7c8f --- tests/functional2/testlib/OWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/functional2/testlib/OWNERS diff --git a/tests/functional2/testlib/OWNERS b/tests/functional2/testlib/OWNERS new file mode 100644 index 000000000..453e30b4b --- /dev/null +++ b/tests/functional2/testlib/OWNERS @@ -0,0 +1,7 @@ +# tests includes everyone, but testlib is more of its own codebase +# so no inclusion of parent files here +set noparent + +# Experts in the test infrasturcture +lix@rootile.de +qyriad@qyriad.me