ci(trunk): refresh caller workflow#6
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Trunk Code Quality GitHub Actions caller workflow to match the standardized z-shell org rollout shape by removing deprecated upload/token wiring and tightening permissions/concurrency for more predictable CI runs.
Changes:
- Removes the deprecated scheduled “upload” job and
TRUNK_TOKENsecret wiring; the remainingcheckjob now runs for push/PR/schedule/dispatch. - Standardizes workflow/job naming and adds
--no-progressarguments for clearer logs. - Adds explicit
permissionsandconcurrencyto reduce privilege and cancel stale runs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Refresh the Trunk caller workflow to the standardized org shape (Batch A: deprecated token wiring), per z-shell/.github#408.
Changes
uploadjob and itstrunk-token: ${{ secrets.TRUNK_TOKEN }}wiring (Trunk Code Quality web-app uploads are retired).Trunk Code Quality(drops emoji name).permissions: contents: readand explicit job permissions (actions: read,checks: write).concurrencyto cancel stale push/PR runs.arguments: --no-progressfor readable logs.0 05 * * 5); the singlecheckjob now also covers scheduled runs.Matches the established rollout shape (e.g. z-shell/zbrowse#43, z-shell/H-S-MW#4).
Refs z-shell/.github#408