-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
50 lines (39 loc) · 3.16 KB
/
Copy pathCODEOWNERS
File metadata and controls
50 lines (39 loc) · 3.16 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
48
49
50
# Order matters: GitHub uses LAST-MATCH-WINS, so broad rules first,
# specific overrides last. Within a row, owners are alphabetized.
# Default
* @percona/gas-team
# ── App tree ────────────────────────────────────────────────────────
/app/ @peter-o-addo @yyyyyyyan
/app/__init__.py @percona/gas-team
# Plugins (uniform); any payload file/dir relaxes to gas-team.
/app/sep/apps/ @maxbube @peter-o-addo @yyyyyyyan
/app/sep/apps/**/*payload* @percona/gas-team
/app/sep/apps/**/payloads/** @percona/gas-team
# ── Tests ───────────────────────────────────────────────────────────
/tests/ @marcuscruz-percona @peter-o-addo @yyyyyyyan
# ── UI assets ───────────────────────────────────────────────────────
/static/ @nachodd @peter-o-addo @yyyyyyyan
/templates/ @nachodd @peter-o-addo @yyyyyyyan
/frontend/ @nachodd @peter-o-addo @yyyyyyyan
# ── Operational content ─────────────────────────────────────────────
/snippets/ @cortiz-percona @percona/gas-admin
# ── App config ──────────────────────────────────────────────────────
/settings.yaml @maxbube @peter-o-addo @yyyyyyyan
# ── Sensitive: Python deps ──────────────────────────────────────────
/poetry.lock @maxbube @yyyyyyyan
/pyproject.toml @maxbube @yyyyyyyan
# ── Sensitive: Frontend deps ────────────────────────────────────────
/frontend/package.json @maxbube @yyyyyyyan
/frontend/pnpm-lock.yaml @maxbube @yyyyyyyan
/frontend/pnpm-workspace.yaml @maxbube @yyyyyyyan
# ── Sensitive: build / release / runtime entrypoints ────────────────
/Makefile @maxbube @yyyyyyyan
/.pre-commit-config.yaml @maxbube @yyyyyyyan
/Containerfile.base @percona/gas-admin
/sidecar/ @percona/gas-admin
/CHANGELOG.md @maxbube @yyyyyyyan
/scripts/release.py @maxbube @yyyyyyyan
/scripts/changelog.py @maxbube @yyyyyyyan
# ── CI / repo automation ────────────────────────────────────────────
/.github/ @percona/gas-admin
/build/ @percona/gas-admin