ci(.github): update prek container image source#32
Merged
Conversation
benbenbang
force-pushed
the
chore/update_ci
branch
from
June 28, 2026 13:52
d698329 to
6b5e0e0
Compare
This pull request restructures the pull request workflow to add a reusable pre-commit checks job and refines the PR labeler configuration while removing the inline Rust build and test job. **Workflow trigger updates:** * Added explicit `types` filter to the `pull_request` trigger, restricting runs to `opened`, `synchronize`, `edited`, and `reopened` events. **Pre-commit integration:** * Added a new `pre-commit` job that uses the reusable `benbenbang/reusable-workflows/.github/workflows/prek.yml@1.0.1` workflow with read permissions and inherited secrets. **PR labeler refinements:** * Added a name and a fork guard (`github.event.pull_request.head.repo.fork == false`) to the `pr-labeler` job, granted `issues: write` permission, and upgraded checkout to `actions/checkout@v5`. **Job cleanup:** * Removed the inline `rust-build-and-tests` job, which built the binary and ran tests, in favor of the reusable pre-commit workflow.
benbenbang
force-pushed
the
chore/update_ci
branch
from
June 28, 2026 13:57
6b5e0e0 to
f17f538
Compare
benbenbang
enabled auto-merge (squash)
June 28, 2026 13:58
benbenbang
disabled auto-merge
June 28, 2026 14:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change updates the container image used in the
rust-build-and-testsjob within the pull request workflow. The image source is changed fromghcr.io/benbenbang/uv-shell/prektoghcr.io/benbenbang/reusable-workkflows/prekto reflect the new image location.