-
Notifications
You must be signed in to change notification settings - Fork 8
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
style: Reorg repo structure and add CODEOWNERS #19
base: main
Are you sure you want to change the base?
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]
README.md
Outdated
|NGINX SOAP REST|Example NGINX configuration to translate between SOAP and REST| | ||
|Title|Description|Owner| | ||
|-----|-----------|-----| | ||
|NGINX Advanced Healthcheck|Advanced active healthchecks for NGINX Plus|| |
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.
The Owner column for the 'NGINX Advanced Healthcheck' demo is empty. Please add the appropriate CODEOWNER or a placeholder if no owner is designated.
|NGINX Advanced Healthcheck|Advanced active healthchecks for NGINX Plus|| | |
|NGINX Advanced Healthcheck|Advanced active healthchecks for NGINX Plus|TBD| |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
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
).