summaryrefslogtreecommitdiffhomepage
path: root/code-owners.json
diff options
context:
space:
mode:
Diffstat (limited to 'code-owners.json')
-rw-r--r--code-owners.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/code-owners.json b/code-owners.json
new file mode 100644
index 0000000000..bddcbe5608
--- /dev/null
+++ b/code-owners.json
@@ -0,0 +1,31 @@
+{
+ "appteam-desktop": [
+ "building/Dockerfile",
+ "building/linux-container-image.txt",
+ "ci/**",
+ "!ci/buildserver-build-android.sh",
+ "!ci/ios/**",
+ "desktop/**",
+ "installer-downloader/**",
+ "mullvad-*/**",
+ "!mullvad-ios/**",
+ "rustfmt.toml",
+ "rust-toolchain.toml",
+ "talpid-*/**",
+ "test/**",
+ "tunnel-obfuscation/**",
+ "windows/**",
+ "windows-installer/**",
+ "wireguard-go-rs/**"
+ ],
+ "appteam-ios": [
+ "ci/ios/**",
+ "ios/**",
+ "mullvad-ios/**"
+ ],
+ "appteam-android": [
+ "android/**",
+ "building/android-container-image.txt",
+ "ci/buildserver-build-android.sh"
+ ]
+}