File tree 4 files changed +29
-0
lines changed
4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Defining who has to review changes to what files.
2
+ # Try to keep the entries sorted alphabetically, so they end up in the same order as
3
+ # they would if you listed the entire repository as a tree.
4
+
5
+ # Container images used for building the app are owned by respective team leads and tech lead
6
+ /building /android-container-image.txt @ faern @ albin-mullvad
7
+ /building /linux-container-image.txt @ faern @ raksooo
8
+
9
+ # Developer signing keys must be approved by team/tech leads
10
+ /ci /keys / @ faern @ raksooo @ pinkisemils @ albin-mullvad
11
+
12
+ # Desktop build server files owned by desktop leads
13
+ /ci /buildserver * @ faern @ raksooo
14
+ /ci /linux-repository-builder / @ faern @ raksooo
15
+
16
+ # Cargo deny config must be approved by tech lead or desktop team lead
17
+ ** /deny.toml @ faern @ raksooo
18
+
19
+ # Changes to what CVEs are ignored must be approved by leads
20
+ ** /osv-scanner.toml @ faern @ raksooo @ pinkisemils @ albin-mullvad
21
+ /.github /workflows /osv-scanner * .yml @ faern @ raksooo @ pinkisemils @ albin-mullvad
22
+
23
+ # The CODEOWNERS itself must be protected from unauthorized changes,
24
+ # otherwise the protection becomes quite moot.
25
+ # Keep this entry last, so it is sure to override any existing previous wildcard match
26
+ /.github /CODEOWNERS @ faern @ raksooo @ pinkisemils @ albin-mullvad
Original file line number Diff line number Diff line change 6
6
- ' **'
7
7
- ' !.github/workflows/**'
8
8
- ' .github/workflows/android-app.yml'
9
+ - ' !.github/CODEOWNERS'
9
10
- ' !audits/**'
10
11
- ' !ci/**'
11
12
- ' !dist-assets/**'
Original file line number Diff line number Diff line change 7
7
- ' !**/**.md'
8
8
- ' !.github/workflows/**'
9
9
- ' .github/workflows/daemon.yml'
10
+ - ' !.github/CODEOWNERS'
10
11
- ' !android/**'
11
12
- ' !audits/**'
12
13
- ' !build-apk.sh'
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- .github/workflows/verify-locked-down-signatures.yml
7
+ - .github/CODEOWNERS
7
8
- Cargo.toml
8
9
- test/Cargo.toml
9
10
- Cargo.lock
You can’t perform that action at this time.
0 commit comments