Skip to content

🐛 Fix tips to say 'KubeStellar Console' not just 'KubeStellar'#4175

Merged
clubanderson merged 2 commits intomainfrom
fix/kubestellar-console-tips
Apr 1, 2026
Merged

🐛 Fix tips to say 'KubeStellar Console' not just 'KubeStellar'#4175
clubanderson merged 2 commits intomainfrom
fix/kubestellar-console-tips

Conversation

@clubanderson
Copy link
Copy Markdown
Collaborator

Updated 2 rotating tips that said 'KubeStellar' to say 'KubeStellar Console'.

- 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>
Copilot AI review requested due to automatic review settings April 1, 2026 15:06
@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Apr 1, 2026
@kubestellar-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign clubanderson for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 1, 2026

Deploy Preview for kubestellarconsole ready!

Name Link
🔨 Latest commit 0b2365d
🔍 Latest deploy log https://app.netlify.com/projects/kubestellarconsole/deploys/69cd348fcd8e6600086bc64e
😎 Deploy Preview https://deploy-preview-4175.console-deploy-preview.kubestellar.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kubestellar-prow kubestellar-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 1, 2026
@clubanderson clubanderson merged commit a7a46a3 into main Apr 1, 2026
19 of 20 checks passed
@kubestellar-prow kubestellar-prow bot deleted the fix/kubestellar-console-tips branch April 1, 2026 15:07
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

👋 Hey @clubanderson — thanks for opening this PR!

🤖 This project is developed exclusively using AI coding assistants.

Please do not attempt to code anything for this project manually.
All contributions should be authored using an AI coding tool such as:

This ensures consistency in code style, architecture patterns, test coverage,
and commit quality across the entire codebase.


This is an automated message.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

Thank you for your contribution! Your PR has been merged.

Check out what's new:

Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +18 to +23
'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.',
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@clubanderson
Copy link
Copy Markdown
Collaborator Author

🔄 Auto-Applying Copilot Code Review

Copilot code review found 0 code suggestion(s) and 1 general comment(s).

Also address these general comments:

  • web/src/components/ui/RotatingTip.tsx (line 23): PR description says only rotating-tip text was updated, but this PR also deletes two GitHub Actions workflows (.github/w

Push all fixes in a single commit. Run cd web && npm run build && npm run lint before committing.


Auto-generated by copilot-review-apply workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants