Skip to content

fix: update shields.io badge URLs#14

Closed
codewithkenzo wants to merge 1 commit into
mainfrom
fix/badge-urls
Closed

fix: update shields.io badge URLs#14
codewithkenzo wants to merge 1 commit into
mainfrom
fix/badge-urls

Conversation

@codewithkenzo

Copy link
Copy Markdown
Owner

Updated shields.io badges to codewithkenzo owner.

Scout-detected fix.

@github-actions

github-actions Bot commented Feb 1, 2026

Copy link
Copy Markdown

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:

I have read the CLA Document and I hereby sign the CLA

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.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@greptile-apps

greptile-apps Bot commented Feb 1, 2026

Copy link
Copy Markdown

Greptile Overview

Greptile Summary

Updated shields.io badge URLs from code-yeongyu to codewithkenzo in the English README to reflect the repository owner change.

Changes:

  • Updated 6 badge URLs (Release, Contributors, Forks, Stars, Issues, DeepWiki) in README.md:69-76

Issues Found:

  • README.ja.md and README.zh-cn.md still contain the old code-yeongyu URLs and should be updated for consistency

Confidence Score: 3/5

  • Safe to merge with minor follow-up needed
  • Documentation-only change with correct URL updates, but incomplete - Japanese and Chinese README files were not updated
  • Check README.ja.md and README.zh-cn.md for consistency (same badge URLs need updating)

Important Files Changed

Filename Overview
README.md Updated 6 shields.io badge URLs from code-yeongyu to codewithkenzo, but Japanese and Chinese READMEs still have old URLs

Sequence Diagram

sequenceDiagram
    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
Loading

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

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

Edit Code Review Agent Settings | Greptile

Comment thread README.md
Comment on lines +69 to +76
[![GitHub Release](https://img.shields.io/github/v/release/codewithkenzo/oh-my-opencode?color=369eff&labelColor=black&logo=github&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/releases)
[![npm downloads](https://img.shields.io/npm/dt/oh-my-opencode?color=ff6b35&labelColor=black&style=flat-square)](https://www.npmjs.com/package/oh-my-opencode)
[![GitHub Contributors](https://img.shields.io/github/contributors/code-yeongyu/oh-my-opencode?color=c4f042&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors)
[![GitHub Forks](https://img.shields.io/github/forks/code-yeongyu/oh-my-opencode?color=8ae8ff&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/network/members)
[![GitHub Stars](https://img.shields.io/github/stars/code-yeongyu/oh-my-opencode?color=ffcb47&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/code-yeongyu/oh-my-opencode?color=ff80eb&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/issues)
[![GitHub Contributors](https://img.shields.io/github/contributors/codewithkenzo/oh-my-opencode?color=c4f042&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors)
[![GitHub Forks](https://img.shields.io/github/forks/codewithkenzo/oh-my-opencode?color=8ae8ff&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/network/members)
[![GitHub Stars](https://img.shields.io/github/stars/codewithkenzo/oh-my-opencode?color=ffcb47&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/codewithkenzo/oh-my-opencode?color=ff80eb&labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/issues)
[![License](https://img.shields.io/badge/license-SUL--1.0-white?labelColor=black&style=flat-square)](https://github.com/codewithkenzo/oh-my-opencode/blob/master/LICENSE.md)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/code-yeongyu/oh-my-opencode)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/codewithkenzo/oh-my-opencode)

Copy link
Copy Markdown

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.

@codewithkenzo codewithkenzo deleted the fix/badge-urls branch February 6, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant