From 5f10c9c15f534a51fd3896335b051462a56eab89 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 1 Sep 2018 22:17:22 +0200 Subject: [PATCH] Make rcorre codeowners line recursive --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d7da20300..1bc570a7e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ qutebrowser/browser/history.py @rcorre -qutebrowser/completion/* @rcorre +qutebrowser/completion/** @rcorre qutebrowser/misc/sql.py @rcorre tests/end2end/features/completion.feature @rcorre tests/end2end/features/test_completion_bdd.py @rcorre