🐛 Fix tips to say 'KubeStellar Console' not just 'KubeStellar'#4175
🐛 Fix tips to say 'KubeStellar Console' not just 'KubeStellar'#4175clubanderson merged 2 commits 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>
The product is KubeStellar Console, not KubeStellar. Updated 2 tips in RotatingTip.tsx. 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 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
There was a problem hiding this comment.
Pull request overview
Updates UI rotating tips to use the full product name (“KubeStellar Console”) instead of “KubeStellar”, but also removes two GitHub Actions workflows, which expands the PR scope beyond the stated intent.
Changes:
- Updated 2 rotating tip strings to say “KubeStellar Console”.
- Removed
.github/workflows/pr-verify-title.yml(PR title verification workflow). - Removed
.github/workflows/label-helper.yml(label helper workflow).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| web/src/components/ui/RotatingTip.tsx | Updates two tip strings to use “KubeStellar Console”. |
| .github/workflows/pr-verify-title.yml | Deletes the PR title verification workflow definition. |
| .github/workflows/label-helper.yml | Deletes the label helper workflow definition. |
| 'KubeStellar Console can manage clusters across multiple cloud providers simultaneously.', | ||
| 'The GPU panel shows NVIDIA operator status for AI/ML workloads.', | ||
| ], | ||
| compliance: [ | ||
| 'Kyverno policies can auto-remediate non-compliant resources automatically.', | ||
| 'KubeStellar aggregates compliance scores across your entire fleet in real time.', | ||
| 'KubeStellar Console aggregates compliance scores across your entire fleet in real time.', |
There was a problem hiding this comment.
PR description says only rotating-tip text was updated, but this PR also deletes two GitHub Actions workflows (.github/workflows/pr-verify-title.yml and .github/workflows/label-helper.yml). This is a significant scope change that should either be explained/justified in the PR description (including why these workflows are no longer needed and what replaces them) or split into a separate PR to avoid accidentally dropping CI/automation behavior.
🔄 Auto-Applying Copilot Code ReviewCopilot code review found 0 code suggestion(s) and 1 general comment(s). Also address these general comments:
Push all fixes in a single commit. Run Auto-generated by copilot-review-apply workflow. |
Updated 2 rotating tips that said 'KubeStellar' to say 'KubeStellar Console'.