Skip to content

🌱 Sync workflows from kubestellar/infra#21

Merged
clubanderson merged 1 commit intomainfrom
sync/workflows-from-infra
Jan 13, 2026
Merged

🌱 Sync workflows from kubestellar/infra#21
clubanderson merged 1 commit intomainfrom
sync/workflows-from-infra

Conversation

@clubanderson
Copy link
Copy Markdown
Contributor

This PR syncs the caller workflows from kubestellar/infra.

These workflows call reusable workflows from kubestellar/infra:

  • add-help-wanted.yml
  • assignment-helper.yml
  • feedback.yml
  • greetings.yml
  • label-helper.yml
  • pr-verifier.yml
  • pr-verify-title.yml
  • scorecard.yml
  • stale.yml

Auto-generated by workflow sync

Copilot AI review requested due to automatic review settings January 13, 2026 19:14
@kubestellar-prow
Copy link
Copy Markdown

[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 pdettori 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

@kubestellar-prow kubestellar-prow bot added the dco-signoff: no Indicates the PR's author has not signed the DCO. label Jan 13, 2026
@kubestellar-prow
Copy link
Copy Markdown

Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.

📝 Please follow instructions in the contributing guide to update your commits with the DCO

Full details of the Developer Certificate of Origin can be found at developercertificate.org.

The list of commits missing DCO signoff:

  • 09f43a4 🌱 Sync workflows from kubestellar/infra
Details

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. I understand the commands that are listed here.

@github-actions
Copy link
Copy Markdown

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 git commit -s to certify the Developer Certificate of Origin

PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), ⚠️ (breaking change)

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!

@kubestellar-prow kubestellar-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 13, 2026
Copy link
Copy Markdown

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

This PR synchronizes GitHub Actions workflow files from the kubestellar/infra repository, introducing caller workflows that delegate to reusable workflows for automated repository management tasks.

Changes:

  • Added 9 workflow files that call reusable workflows from kubestellar/infra
  • Configured automated tasks including issue management, PR verification, greetings, and security scorecard
  • Set up appropriate permissions and scheduling for each workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


on:
schedule:
- cron: '0 0 * * *' # Daily at midnight UTC
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The cron schedule runs daily at midnight UTC, which could result in rate limiting or resource contention if multiple workflows are scheduled at the same time. Consider staggering the execution time (e.g., '15 2 * * *' for 2:15 AM UTC) to distribute the load.

Suggested change
- cron: '0 0 * * *' # Daily at midnight UTC
- cron: '15 2 * * *' # Daily at 02:15 UTC

Copilot uses AI. Check for mistakes.
@clubanderson clubanderson merged commit 7c1cad4 into main Jan 13, 2026
8 of 10 checks passed
@kubestellar-prow kubestellar-prow bot deleted the sync/workflows-from-infra branch January 13, 2026 19:25
@github-actions
Copy link
Copy Markdown

🎉 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!

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

Labels

dco-signoff: no Indicates the PR's author has not signed the DCO. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants