🌱 Skip build/deploy for documentation-only changes#8
Conversation
Add paths-ignore to build-deploy workflow to skip builds when only documentation files are changed (*.md, docs/, .github/, LICENSE, OWNERS). Co-Authored-By: Claude Opus 4.5 <[email protected]> Signed-off-by: Andrew Anderson <[email protected]>
|
/lgtm |
|
@clubanderson: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request. Before your PR can be merged, please ensure: ✅ DCO Sign-off - All commits must be signed off with ✅ PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), Getting Started with KubeStellar: Contributor Resources:
🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clubanderson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
🎉 Thank you for your contribution! Your PR has been successfully merged. 🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback - nothing else. Whether you're using KubeStellar yourself or know organizations that could benefit from multi-cluster Kubernetes, we need your help: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! 🗣️ Spread the word - Tell colleagues, write blog posts, present at meetups 💬 Share feedback on Slack #kubestellar-dev Every adopter story helps us prioritize what matters most. Thank you for being part of the KubeStellar community! |
update check-config stuff
Update README: fix broken Slack links and improve structure
update check-config stuff
…dentation - Revert package-lock.json peer flag pollution (Critical kubestellar#2) - Revert AddCardModal.tsx re-indentation, keep only catalog entries (Critical kubestellar#3) - Revert cardRegistry.ts formatting noise (restore original comment) (kubestellar#6) - Revert unrelated BuildpacksStatus.tsx i18n changes (kubestellar#8) - Add backend proxy handler for Artifact Hub API to fix CORS (kubestellar#5) - Wire isDemoFallback through useCardLoadingState for proper demo badge (kubestellar#4) - Convert all artifact-hub_status files to 2-space indentation (kubestellar#7) - Add i18n keys for relative time strings (justNow, minutesAgo, etc.) (kubestellar#9) - Remove unrelated buildpacksStatus i18n keys from en/cards.json (kubestellar#8) Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Aaradhy Chinche <[email protected]>
Summary
Add paths-ignore to build-deploy workflow to skip builds when only documentation files are changed.
Files that skip build:
*.md(README, docs)docs/**.github/**(except build-deploy.yml itself)LICENSE,OWNERS,.gitignoreTest plan
🤖 Generated with Claude Code