-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (29 loc) · 1.3 KB
/
CODEOWNERS
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
# This list auto requests reviews from the specified maintainer when a PR that modifies the file in question is opened
# This list is alphabetized by User -> Filename KEEP IT THAT WAY
# In the event that multiple org members are to be informed of changes to the same file or dir, add them to the end under Multiple Owners
# This is ONLY for taking ownership of server-critical code which must be written in a very specific way for the server to operate at all.
# You cannot take ownership of a file/feature just because "I dont want people touching my stuff"
### AffectedArc07
# Actual Code
/code/controllers/subsystem/non_firing/SSmapping.dm @AffectedArc07
/code/controllers/subsystem/SSinstancing.dm @AffectedArc07
/code/controllers/subsystem/SSredis.dm @AffectedArc07
/code/controllers/subsystem/SSticker.dm @AffectedArc07
/code/modules/redis/ @AffectedArc07
# CI + Tooling
/.github/workflows/ @AffectedArc07
/tools/ci/ @AffectedArc07
_build_dependencies.sh @AffectedArc07
# Server Stuff
/SQL/ @AffectedArc07
/config/ @AffectedArc07
# Executables that need to be security-cleared
dreamchecker.exe @AffectedArc07
rustlibs.dll @AffectedArc07
rustlibs_prod.dll @AffectedArc07
rust_g.dll @AffectedArc07
### S34NW
# TGUI stuff
/tgui/bin @S34NW
### Overrides for the above
/tools/ci/check_grep2.py @ParadiseSS13/commit-access