ci: adopt org-wide PR templates and conventional-pr workflow - #8893
Closed
mc-nv wants to merge 1 commit into
Closed
Conversation
Local PR templates are removed — GitHub inherits the canonical set from the triton-inference-server/.github defaults repository. Adds the thin caller for the org-wide reusable conventional-pr workflow, which validates PR titles against Conventional Commits and labels the PR with its type. Issue templates stay local: this repository is the org-wide issue intake point. TRI-1100
10 tasks
mc-nv
requested review from
Vinya567,
mattwittwer,
mudit-eng,
nv-rinig and
yinggeh
and removed request for
Vinya567,
mattwittwer,
mudit-eng,
nv-rinig and
yinggeh
July 20, 2026 21:07
Contributor
Author
|
Superseded: the org-wide defaults adoption (template removal + conventional-pr stub) is folded into #8890 together with the hook alignment, and the centralized hooks moved to triton-inference-server/.github#5. Keeping the POC branch for reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does the PR do?
First consumer of the org-wide defaults from triton-inference-server/.github#5:
pull_request_template.md+PULL_REQUEST_TEMPLATE/) — GitHub now inherits the canonical set from the org.githubdefaults repository.conventional-prworkflow (pinned@v1.0.0), which validates the PR title against Conventional Commits (<type>: <Title>) and labels the PR with its type.Depends on triton-inference-server/.github#5 being merged and tagged
v1.0.0— the conventional-pr check here stays red until the tag exists.Related Issues / PRs
Related PRs:
Test plan
v1.0.0is tagged: a non-conventional PR title fails theconventional-prcheck; a conventional one passes and the type label is applied; new PRs auto-fill the inherited template.pre-commit runpasses on the changed files.Caveats