Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the CI badge links in both README files to reflect a repository migration from ZR233/ostool to drivercraft/ostool and changes the workflow reference from ci.yml to check.yaml. The changes are part of aligning the documentation with the new repository location and workflow naming conventions that have already been implemented in the codebase (as evidenced by Cargo.toml files and workflow configurations).
Changes:
- Updated CI badge in README.md to point to the new repository and workflow
- Updated CI badge in README.en.md to point to the new repository and workflow
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updated CI badge from ZR233/ostool ci.yml workflow to drivercraft/ostool check.yaml workflow |
| README.en.md | Updated CI badge from ZR233/ostool ci.yml workflow to drivercraft/ostool check.yaml workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # ostool | ||
|
|
||
| [](https://github.com/ZR233/ostool/actions/workflows/ci.yml) | ||
| [](https://github.com/drivercraft/ostool/actions/workflows/check.yaml) |
There was a problem hiding this comment.
The CI badge has been updated to reference the new repository owner 'drivercraft', but many other references to the old repository 'ZR233/ostool' remain throughout this README file. For consistency, the following sections should also be updated:
- Line 60: git clone URL in installation instructions
- Line 512: git clone URL in development environment setup
- Lines 527, 529, 530: GitHub repository links in the "相关链接" (Related Links) section
This creates an inconsistency where the badge points to one repository while the documentation directs users to a different repository. Consider updating all repository references to ensure consistency throughout the documentation.
| # ostool | ||
|
|
||
| [](https://github.com/ZR233/ostool/actions/workflows/ci.yml) | ||
| [](https://github.com/drivercraft/ostool/actions/workflows/check.yaml) |
There was a problem hiding this comment.
The CI badge has been updated to reference the new repository owner 'drivercraft', but many other references to the old repository 'ZR233/ostool' remain throughout this README file. For consistency, the following sections should also be updated:
- Line 60: git clone URL in installation instructions
- Line 513: git clone URL in development environment setup
- Lines 528, 530, 531: GitHub repository links in the "Related Links" section
This creates an inconsistency where the badge points to one repository while the documentation directs users to a different repository. Consider updating all repository references to ensure consistency throughout the documentation.
No description provided.