diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..ca6a3e2e204 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# This file defines code ownership rules for the repository. +# The rule below requires that any PR to release/**/* branches must be approved by at least one member +# of the NVIDIA/trt-llm-release-branch-approval team, regardless of who else approves the PR. +# Without approval from a member of this team, PRs cannot be merged to release branches. +* @NVIDIA/trt-llm-release-branch-approval