-
Notifications
You must be signed in to change notification settings - Fork 43
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (26 loc) · 1.57 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
# --- CI - CODEOWNERS - Dependabot - Template ---
/.github @openrailassociation/OSRD-DevOps
/.github/CODEOWNERS @openrailassociation/OSRD-Admins
# --- NIX ---
/nix @openrailassociation/OSRD-DevOps
/flake.lock @openrailassociation/OSRD-DevOps
*.nix @openrailassociation/OSRD-DevOps
# --- FRONT ---
/front @openrailassociation/OSRD-Front
/front/src/common/api/osrdEditoastApi.ts
/front/src/common/api/osrdMiddlewareApi.ts
/front/src/reducers/osrdconf/infra_schema.json
# --- EDITOAST ---
/editoast @openrailassociation/OSRD-Editoast
/editoast/openapi.yaml
/chartos @openrailassociation/OSRD-Editoast
/python @openrailassociation/OSRD-Editoast
# --- INTEGRATION TESTS ---
/tests @openrailassociation/OSRD-Tests
# --- CORE ---
/core @openrailassociation/OSRD-Core
# --- CORE PHYSICS ---
/core/*Physics*.java @openrailassociation/OSRD-Physics
/core/*Integration*.java @openrailassociation/OSRD-Physics
# --- GATEWAY ---
/gateway @openrailassociation/OSRD-DevOps