Skip to content

Commit

Permalink
add codeowners (#116)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

add codeowners
  • Loading branch information
morri-son authored Sep 23, 2024
1 parent ea54981 commit 006e0fa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Default owners for everything in the repo.
# Unless a later match takes precedence, the Maintainers team
# will be requested for review when someone opens a pull request.
* @open-component-model/Maintainers

# Owners for specific directories
#/docs/ @<org>/<team>
#/src/ @<org>/<team>

# Owners for specific file types
#*.md @<org>/<team>
#*.go @<org>/<team>

# Individual users as owners, e.g. a lead maintainer for a specific component:
# /src/critical-component/ @lead-maintainer-username

0 comments on commit 006e0fa

Please sign in to comment.