-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 949 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# <-- comment
# foo/bar/ <-- foo/bar/index.ts, and foo/bar/baz/index.ts
# foo/bar/* <-- foo/bar/index.ts, but *not* foo/bar/baz/index.ts
# The file is interpreted from end to start, only the first match is taken.
# An entry of "foo/ @team1", then "foo/bar.txt @team2",
# means that only @team2 is the owner of bar.txt.
# Multiple owners means "request all, but only any one required".
# Do not use multiple owners.
# Please try and keep the file sorted.
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
* @snyk/docs @snyk/central_docs
tools/api-docs-generator/* @snyk/api @snyk/platformeng_api
.github/workflows/* @snyk/api @snyk/platformeng_api @snyk/docs
docs/.gitbook/assets/v1-api-spec.yaml @snyk/api @snyk/docs @snyk/central_docs
docs/.gitbook/assets/rest-spec.json @snyk/api @snyk/docs @snyk/central_docs
docs/.gitbook/assets/oauth-api-spec.yaml @snyk/api @snyk/platformeng_api @snyk/docs