Skip to content

Commit 22c62c0

Browse files
authored
Merge pull request #26 from open-component-model:add-codeowners
add codeowners
2 parents bb9bd02 + 4724c1f commit 22c62c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Default owners for everything in the repo.
2+
# Unless a later match takes precedence, the Maintainers team
3+
# will be requested for review when someone opens a pull request.
4+
* @open-component-model/Maintainers
5+
6+
# Owners for specific directories
7+
#/docs/ @<org>/<team>
8+
#/src/ @<org>/<team>
9+
10+
# Owners for specific file types
11+
#*.md @<org>/<team>
12+
#*.go @<org>/<team>
13+
14+
# Individual users as owners, e.g. a lead maintainer for a specific component:
15+
# /src/critical-component/ @lead-maintainer-username

0 commit comments

Comments
 (0)