Rename all pre-commit workflows to prek#460
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s CI branding from “pre-commit” to “prek” by renaming/adding corresponding GitHub Actions workflows and updating the README badges to point at the new workflow files.
Changes:
- Update README workflow badges from
pre-commit*.ymltoprek*.yml. - Add new
prek-audit.ymlandprek-manual.ymlworkflows usingj178/prek-action. - Tweak the display name for the existing
prek.ymlworkflow job.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Points workflow badges to the new prek* workflow filenames. |
| .github/workflows/prek.yml | Adjusts the job display name shown in Actions. |
| .github/workflows/prek-manual.yml | Adds a workflow to run manual-stage prek hooks across OSes. |
| .github/workflows/prek-audit.yml | Adds a workflow to run the audit config across OSes. |
Comments suppressed due to low confidence (1)
.github/workflows/prek.yml:14
- Even after renaming the workflow to
prek, the job id remainspre-commit. Consider renaming the job key (e.g., toprek) so the naming is consistent across the workflow file and the Actions UI.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request updates the badge URLs in the README.md to reflect a rename of pre-commit workflows to 'prek'. A review comment highlights that the corresponding workflow files were not renamed in the PR, which will result in broken badges, and notes that the 'Pre-commit' terminology remains inconsistent in other sections of the documentation.
No description provided.