[scanner] fix: add CODEOWNERS for review enforcement#5897
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
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:
DetailsInstructions 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. |
|
[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 kubestellar-docs failed. Why did it fail? →
|
|
@clubanderson: The following test failed, say
DetailsInstructions 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. |
|
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
Adds a GitHub CODEOWNERS file (mirroring the existing OWNERS approvers) so repository administrators can enable “Require review from Code Owners” in branch protection for main, addressing the review-enforcement gap noted in #5733.
Changes:
- Add
.github/CODEOWNERSwith global ownership (*) assigned to the existing approvers. - Document in-file that ownership is mirrored from
OWNERSfor branch protection enforcement.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes #5733
This adds a CODEOWNERS file derived from the existing OWNERS file so repository admins can also enable required code owner review as part of branch protection on
main.