infra: Add PR approval protection for the release branch (#3634)

Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
This commit is contained in:
Yanchao Lu 2025-04-18 09:16:58 +08:00 committed by GitHub
parent c8cea3001a
commit 56c9dd42b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/CODEOWNERS vendored Normal file
View File

@ -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