Commit a6caed32 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

chore: Add CODEOWNERS (#170)

parent 418ae5e8
...@@ -22,11 +22,13 @@ on: ...@@ -22,11 +22,13 @@ on:
paths-ignore: paths-ignore:
- 'deploy/Kubernetes/**' - 'deploy/Kubernetes/**'
- '**/*.md' - '**/*.md'
- 'CODEOWNERS'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'deploy/Kubernetes/**' - 'deploy/Kubernetes/**'
- '**/*.md' - '**/*.md'
- 'CODEOWNERS'
jobs: jobs:
mirror_repo: mirror_repo:
......
# CODEOWNERS file for Triton Distributed
#
# For more information about CODEOWNERS files, see:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Rust
*.rs @ryanolson @grahamking @paulhendricks
/runtime/rust/ @ryanolson @grahamking @paulhendricks
/llm/rust/ @ryanolson @grahamking @paulhendricks
Cargo.toml @ryanolson @grahamking @paulhendricks
# Python Libraries
/runtime/python/ @nnshah1 @tanmayv25 @piotrm-nvidia @ptarasiewiczNV @nv-blazejkubiak
/icp/ @nnshah1 @tanmayv25 @piotrm-nvidia @ptarasiewiczNV @nv-blazejkubiak
# Container/Environments
/container/ @rmccorm4 @tanmayv25 @ptarasiewiczNV @ishandhanani @alec-flowers @nnshah1 @nv-anants
# Kubernetes
/deploy/Kubernetes/ @whoisj @hutm @biswapanda
# CI/CD
/.github/ @nv-anants @nvda-mesharma @glos-nv @dmitry-tokarev-nv
# Legal
/LICENSE @nv-anants @nvda-mesharma @glos-nv @dmitry-tokarev-nv
/ATTRIBUTIONS.md @nv-anants @nvda-mesharma @glos-nv @dmitry-tokarev-nv
Cargo.lock @nv-anants @nvda-mesharma @glos-nv @dmitry-tokarev-nv @ryanolson @grahamking @paulhendricks
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment