From 06e40fae013e204190e3abca607c6bfed4db5229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 13 Aug 2020 21:44:46 +0300 Subject: [PATCH] Add a Github CODEOWNERS file to project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the first entry, define user 'ottok' (Otto Kekäläinen) as the person who by default gets assigned all PRs that modify the debian/ contents. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000000..538007ed62dae --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +/debian @ottok +