-
Notifications
You must be signed in to change notification settings - Fork 0
fix: update shields.io badge URLs #14
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
|
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA). To sign the CLA, please comment on this PR with: This is a one-time requirement. Once signed, all your future contributions will be automatically accepted. I have read the CLA Document and I hereby sign the CLA Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
Greptile OverviewGreptile SummaryUpdated shields.io badge URLs from Changes:
Issues Found:
Confidence Score: 3/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Scout as Scout Tool
participant PR as Pull Request
participant Badge as shields.io
Dev->>Scout: Detects outdated badge URLs
Scout->>PR: Creates fix PR #14
PR->>README.md: Updates 6 badge URLs
Note over README.md: code-yeongyu → codewithkenzo
README.md->>Badge: Fetches stats from new owner
Badge-->>README.md: Returns updated metrics
Note over README.ja.md,README.zh-cn.md: NOT updated in this PR
|
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.
1 file reviewed, 1 comment
| [](https://github.com/codewithkenzo/oh-my-opencode/releases) | ||
| [](https://www.npmjs.com/package/oh-my-opencode) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/network/members) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/stargazers) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/issues) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/network/members) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/stargazers) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/issues) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/blob/master/LICENSE.md) | ||
| [](https://deepwiki.com/code-yeongyu/oh-my-opencode) | ||
| [](https://deepwiki.com/codewithkenzo/oh-my-opencode) |
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.
Check that README.ja.md and README.zh-cn.md also have their badge URLs updated from code-yeongyu to codewithkenzo (lines 68-73 in both files)
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 69:76
Comment:
Check that `README.ja.md` and `README.zh-cn.md` also have their badge URLs updated from `code-yeongyu` to `codewithkenzo` (lines 68-73 in both files)
How can I resolve this? If you propose a fix, please make it concise.
Updated shields.io badges to codewithkenzo owner.
Scout-detected fix.