Skip to content

docs: fix README badge targets - #10

Merged
ovaso merged 1 commit into
mainfrom
codex/fix-readme-badges
Aug 6, 2026
Merged

docs: fix README badge targets#10
ovaso merged 1 commit into
mainfrom
codex/fix-readme-badges

Conversation

@ovaso

@ovaso ovaso commented Aug 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • point the CI badge at the actual ovaso/batch-git-rs workflow
  • scope the CI badge to the main branch
  • point the release badge at this repository
  • keep the English and Simplified Chinese READMEs synchronized

Root cause

The badge URLs still referenced livenv/batch-git, while the published GitHub repository is ovaso/batch-git-rs.

Validation

  • git diff --cached --check
  • confirmed the CI badge, release badge, Actions page, and Releases page return HTTP 200

@ovaso
ovaso marked this pull request as ready for review August 6, 2026 16:12
@ovaso
ovaso merged commit 5b11ab2 into main Aug 6, 2026
2 of 7 checks passed

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1f10fb7337

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
[![CI](https://github.com/livenv/batch-git/actions/workflows/ci.yml/badge.svg)](https://github.com/livenv/batch-git/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/livenv/batch-git)](https://github.com/livenv/batch-git/releases)
[![CI](https://github.com/ovaso/batch-git-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ovaso/batch-git-rs/actions/workflows/ci.yml)
[![Release](https://img.shields.io/github/v/release/ovaso/batch-git-rs)](https://github.com/ovaso/batch-git-rs/releases)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the release badge on the artifact repository

For users clicking the badge to obtain the documented v0.4.3 release, this now sends them to ovaso/batch-git-rs, while every authoritative release reference still identifies livenv/batch-git (README.md:39-59, Cargo.toml:8-10, and install.sh:4). Unless releases and attestations have also migrated, the badge can report a different version or no release and direct users away from the artifacts used by the documented installers; retain the livenv/batch-git release target or migrate all release metadata and download paths together.

Useful? React with 👍 / 👎.

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