-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathCODEOWNERS
More file actions
55 lines (55 loc) · 3.53 KB
/
CODEOWNERS
File metadata and controls
55 lines (55 loc) · 3.53 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
51
52
53
54
55
/.github/ @brendt @innocenzi @aidan-casey
/.github/workflows/coding-conventions.yml @aidan-casey
/.github/workflows/create-gh-release.yml @innocenzi
/.github/workflows/deploy-docs.yml @innocenzi
/.github/workflows/integration-tests.yml @aidan-casey
/.github/workflows/integration-tests-windows.yml @aidan-casey @brendt
/.github/workflows/isolated-tests.yml @aidan-casey
/.github/workflows/lint-pr-title.yml @innocenzi
/.github/workflows/publish-javascript-packages.yml @innocenzi
/.github/workflows/subsplit-packages.yml @aidan-casey
/.github/workflows/trigger-tempest-app-qa.yml @brendt
/.github/workflows/trigger-tempest-clean-qa.yml @brendt
/.github/workflows/validate-packages.yml @aidan-casey
/.github/workflows/benchmark.yml @xHeaven
/.github/workflows/benchmark-comment.yml @xHeaven
/src/ @brendt
/utils/rector/ @xHeaven
/docs/ @brendt @innocenzi
/packages/auth/ @innocenzi
/packages/cache/ @innocenzi
/packages/clock/ @aidan-casey
/packages/command-bus/ @brendt @aidan-casey
/packages/console/ @brendt
/packages/console/src/Completion @xHeaven
/packages/container/ @brendt
/packages/core/ @brendt
/packages/cryptography/ @innocenzi
/packages/database/ @brendt @innocenzi
/packages/datetime/ @innocenzi
/packages/debug/ @innocenzi
/packages/discovery/ @brendt @aidan-casey
/packages/event-bus/ @brendt @aidan-casey
/packages/generation/ @brendt
/packages/generation/src/TypeScript @innocenzi
/packages/http/ @brendt @aidan-casey
/packages/http-client/ @aidan-casey
/packages/icon/ @innocenzi
/packages/idempotency/ @xHeaven
/packages/kv-store/ @innocenzi
/packages/log/ @brendt
/packages/mail/ @innocenzi
/packages/mapper/ @brendt
/packages/process/ @innocenzi
/packages/reflection/ @brendt @aidan-casey
/packages/router/ @brendt @aidan-casey
/packages/router/src/Exceptions/local @innocenzi
/packages/storage/ @innocenzi
/packages/support/ @innocenzi @brendt
/packages/upgrade/ @brendt
/packages/validation/ @brendt @innocenzi
/packages/view/ @brendt
/packages/vite/ @innocenzi
/packages/vite-plugin-tempest/ @innocenzi
*.ts @innocenzi
*.vue @innocenzi