Skip to content

Commit 4932372

Browse files
committed
factor in last-always-wins parsing
Signed-off-by: Venky Ganesh <[email protected]>
1 parent dd44f0a commit 4932372

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers
161161

162162
## OSS Compliance & Legal - License/Attribution Protection
163163
## IMPORTANT: Changes to any files below may impact legal compliance, attributions, and third-party licenses.
164-
## These files require review from the OSS compliance team before merging to ensure proper attribution
164+
## These files require review from the TRTLLM OSS compliance team before merging to ensure proper attribution
165165
## and license compliance when adding, removing, or changing versions of dependencies.
166166
### License Files
167167
/LICENSE @NVIDIA/trt-llm-oss-compliance
168-
/jenkins/license_cpp.json @NVIDIA/trt-llm-oss-compliance
168+
/jenkins/license_cpp.json @NVIDIA/trt-llm-ci-infra-devs @NVIDIA/trt-llm-infra-devs @NVIDIA/trt-llm-oss-compliance
169169

170170
### Python Dependency Management
171171
/setup.py @NVIDIA/trt-llm-oss-compliance
@@ -184,7 +184,10 @@ docs/source/performance/perf-benchmarking.md @NVIDIA/trtllm-bench-reviewers
184184

185185
### Docker & Installation Scripts
186186
## These scripts install and pin dependency versions
187-
/docker/common/** @NVIDIA/trt-llm-oss-compliance
187+
/docker/common/** @NVIDIA/trt-llm-setup-infra-devs @NVIDIA/trt-llm-infra-devs @NVIDIA/trt-llm-oss-compliance
188+
189+
### CODEOWNERS file itself
190+
/.github/CODEOWNERS @NVIDIA/trt-llm-gh-workflows-infra-devs @NVIDIA/trt-llm-infra-devs @NVIDIA/trt-llm-oss-compliance
188191

189192
# The following rule should only be uncommented on release branches (e.g., release/0.19).
190193
# The rule below requires that any PR to release/**/* branches must be approved by at least one member

0 commit comments

Comments
 (0)