From 1b8630d3a98e2cdd322c6291bb3b645805c7dbcd Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 7 Aug 2021 15:26:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A5=20Adds=20code=20owners=20file,=20f?= =?UTF-8?q?or=20auto=20PR=20assignments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e653ca6a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# Code Owners helps give greater control to those who developed a feature +# PR's which modify files that you own will be marked as trusted +# After developing a feature, you can add yourself as it's owner +# Each line starts with file pattern, followed by one or more owners +# Codeowners Docs: https://github.blog/2017-07-06-introducing-code-owners/ + +# Repo Owner +* @lissy93 + +# Translations +src/assets/locales/de.json @niklashere +src/assets/locales/nl.json @evroon + +# Bot PR Permissions +docs/assets/CONTRIBUTORS.svg @liss-bot +docs/*.md @liss-bot