Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a6caed32
Commit
a6caed32
authored
Feb 13, 2025
by
Ryan McCormick
Committed by
GitHub
Feb 13, 2025
Browse files
chore: Add CODEOWNERS (#170)
parent
418ae5e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+2
-0
CODEOWNERS
CODEOWNERS
+28
-0
No files found.
.github/workflows/trigger_ci.yml
View file @
a6caed32
...
...
@@ -22,11 +22,13 @@ on:
paths-ignore
:
-
'
deploy/Kubernetes/**'
-
'
**/*.md'
-
'
CODEOWNERS'
pull_request
:
paths-ignore
:
-
'
deploy/Kubernetes/**'
-
'
**/*.md'
-
'
CODEOWNERS'
jobs
:
mirror_repo
:
...
...
CODEOWNERS
0 → 100644
View file @
a6caed32
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment