-
Notifications
You must be signed in to change notification settings - Fork 8
style: Reorg repo structure and add CODEOWNERS #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 137 out of 138 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- .github/CODEOWNERS: Language not supported
Comments suppressed due to low confidence (2)
CHANGELOG.md:1
- The removal of CHANGELOG entries may lead to loss of project version history. If this deletion is unintentional, consider archiving the old entries instead of removing them completely.
## 1.0.0 (Month Date, Year) ... Initial release of this project.
.github/workflows/ossf_scorecard.yml:11
- The branch filter was reduced to only 'main', removing 'master'. Please verify that this change reflects the current branch usage for the repository.
branches: [main]
708e4de
to
ddb3db3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 115 out of 116 changed files in this pull request and generated no comments.
Files not reviewed (1)
- .github/CODEOWNERS: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/ossf_scorecard.yml:11
- Limiting branch filtering to 'main' may exclude updates from the 'master' branch if it is still in use. Please verify that this change is intentional.
+ branches: [main]
ddb3db3
to
3ca900e
Compare
Proposed changes
Reorganized the overall repo structure so that demos are categorized by product offering; and add explicit CODEOWNERS for each demo.
Checklist
Before creating a PR, run through this checklist and mark each as complete:
README.md
and/orCHANGELOG.md
).