mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
infra: Add PR approval protection for the release branch (#3634)
Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
This commit is contained in:
parent
c8cea3001a
commit
56c9dd42b7
5
.github/CODEOWNERS
vendored
Normal file
5
.github/CODEOWNERS
vendored
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user