From e9d094b16d0ee45ec0e5fcdc05c10f85afde84d3 Mon Sep 17 00:00:00 2001 From: Afr Schoe <58883403+q9f@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:04:09 +0200 Subject: [PATCH] add q9f to code owners for classic --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b8b3d1c..1e070b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # These owners will be the default owners for everything in the repo. Unless a later match takes precedence, # They will be requested for review when someone opens a pull request. -* @dapplion @eduadiez @pablomendezroyo @tropicar +* @dapplion @eduadiez @pablomendezroyo @tropicar @q9f # Order is important; the last matching pattern takes the most precedence. When someone opens a pull request that only # modifies md files, only md owners and not the global owner(s) will be requested for a review.