-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (22 loc) · 843 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (22 loc) · 843 Bytes
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
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @parca-dev/maintainers
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js @parca-dev/frontend-maintainers
*.ts @parca-dev/frontend-maintainers
/ui @parca-dev/frontend-maintainers
*.go @parca-dev/backend-maintainers
/pkg/debuginfo @parca-dev/agent-maintainers
/pkg/symbol @parca-dev/agent-maintainers
/pkg/symbolizer @parca-dev/agent-maintainers
package.json
pnpm-lock.yaml
/go.mod
/go.sum
Dockerfile*
.github/workflows/*