-
Notifications
You must be signed in to change notification settings - Fork 463
Expand file tree
/
Copy pathcode-owners.json
More file actions
47 lines (47 loc) · 1.2 KB
/
code-owners.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"appteam-desktop": [
"building/Dockerfile",
"building/linux-container-image.txt",
"building/sigstore/mullvad/mullvadvpn-app-build@**",
"building/sigstore/mullvad/mullvadvpn-app-build-node-grpc-bindings@**",
"ci/buildserver-build.sh",
"ci/buildserver-config.sh",
"ci/cargo-ci.sh",
"ci/linux-repository-builder/**",
"ci/publish-app-to-repositories.sh",
"desktop/**",
"installer-downloader/**",
"mullvad-*/**",
"!mullvad-ios/**",
"!mullvad-jni/**",
"rustfmt.toml",
"rust-toolchain.toml",
"talpid-*/**",
"test/**",
"tunnel-obfuscation/**",
"windows/**",
"windows-installer/**",
"wireguard-go-rs/**"
],
"appteam-ios": [
".github/workflows/ios*",
"ci/ios/**",
"ios/**",
"mullvad-ios/**"
],
"appteam-android": [
"android/**",
"building/android-container-image.txt",
"building/sigstore/mullvad/mullvadvpn-app-build-android@**",
"ci/android/**",
"mullvad-jni/**"
],
"appteam-lead": [
"ci/keys/**",
"ci/verify-locked-down-signatures.sh",
"code-owners.json",
".github/CODEOWNERS",
".github/workflows/code-owner-*",
".github/workflows/verify-locked-down-signatures.yml"
]
}