π± Remove label-helper and pr-verify-title β not used, floods queue#4174
π± Remove label-helper and pr-verify-title β not used, floods queue#4174clubanderson merged 1 commit intomainfrom
Conversation
- label-helper: Prow-style /kind /area commands not used, fires on every comment and floods runner queue - pr-verify-title: Checks Prow conventional commit format, not emoji prefixes actually used by this repo Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
β Deploy Preview for kubestellarconsole canceled.
|
There was a problem hiding this comment.
Pull request overview
Removes two Prow-style GitHub Actions workflows that trigger frequently (every PR update/comment) and are reportedly unused for this repoβs PR/labeling conventions, reducing unnecessary CI runner load.
Changes:
- Deleted the PR title verification workflow (
pr-verify-title.yml). - Deleted the label helper workflow (
label-helper.yml).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/pr-verify-title.yml | Removes reusable workflow invocation that verifies PR titles on PR events. |
| .github/workflows/label-helper.yml | Removes reusable workflow invocation that applies labels based on issue comments. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
|
π Hey @clubanderson β thanks for opening this PR!
This is an automated message. |
Both are Prow-style workflows from kubestellar/infra. Console uses emoji PR titles and GitHub labels, not /kind commands or conventional commits. These fire on every comment/PR and waste runner capacity.