diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 12:01:12 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-09-30 12:01:12 +0200 |
| commit | 87aa4b8863edbebb114da1a2e4267891a820b188 (patch) | |
| tree | 164f8df4a8a74c8beaf192fc88f9d5e304c36f7c /code-owners.json | |
| parent | f97a1e71011857dd0bdd5ee388cf4fc7a829ec49 (diff) | |
| parent | 9af1544c57277e194f60a252a36e14f10cd9d562 (diff) | |
| download | mullvadvpn-87aa4b8863edbebb114da1a2e4267891a820b188.tar.xz mullvadvpn-87aa4b8863edbebb114da1a2e4267891a820b188.zip | |
Merge branch 'add-code-owner-enforcement-workflow'
Diffstat (limited to 'code-owners.json')
| -rw-r--r-- | code-owners.json | 31 |
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" + ] +} |
