[wip] ci: Remove obsolete Prow GitHub Actions integration#2114
Draft
hickeyma wants to merge 1 commit into
Draft
Conversation
Delete .github/workflows/prow-github.yml and its .prowlabels.yaml config. Prow's issue/PR chat ops commands are superseded by CODEOWNERS, native GitHub approvals and by in-repo pull_request_target workflows: pr-kind-label.yaml already covers /kind and /area and /milestone in llm-d#2113. pr-hold-gate.yml already gates merges on the hold label without needing Prow to apply it. This drops Prow's non-member /assign extension which has no native equivalent. The accepted workaround is commenting interest and having a maintainer assign manually. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the legacy Prow GitHub Actions integration from llm-d Router’s CI configuration, relying instead on native GitHub approvals/CODEOWNERS and the existing in-repo label/hold workflows.
Changes:
- Delete the
.github/workflows/prow-github.ymlworkflow that ranjpmcb/prow-github-actionsfor slash-command chatops. - Delete the unused
.prowlabels.yamllabel config file.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.prowlabels.yaml |
Removes the Prow label-definition config (no remaining in-repo references found). |
.github/workflows/prow-github.yml |
Removes the issue_comment-driven Prow chatops workflow and its prow-execute job. |
hickeyma
marked this pull request as draft
July 23, 2026 10:30
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 type of PR is this?
/kind cleanup
What this PR does / why we need it:
Removes the
prow-github.ymlworkflow and its.prowlabels.yamlconfig. Prow's chat ops commands are superseded in this repo by CODEOWNERS, native GitHub approvals and by in-repo pull_request_target workflows:pr-kind-label.yamlalready covers/kindand/areaand/milestonein #2113.pr-hold-gate.ymlalready gates merges on the hold label without needing Prow to apply it..prowlabels.yamlisn't used anywhere else in the repo.This removes Prow's extended
/assignbehavior for non-members which has no native replacement. Accepted per the RFC #956 discussions: "non-members should comment interest and have a maintainer assign directly".Note for reviewers: I can't confirm from here whether
prow-executeis a required branch protection status check onmainbecause need maintainer access. Please confirm/clear this in branch protection settings before merging.Do NOT merge until #2113 and #2157 are merged as it depends on the labels to be available.
/cc @elevran
Which issue(s) this PR fixes:
Part of #956
Release note (write
NONEif no user-facing change):