Skip to content

ci(trunk): refresh caller workflow#31

Merged
ss-o merged 1 commit into
mainfrom
issue-408-trunk-caller
May 19, 2026
Merged

ci(trunk): refresh caller workflow#31
ss-o merged 1 commit into
mainfrom
issue-408-trunk-caller

Conversation

@ss-o
Copy link
Copy Markdown
Member

@ss-o ss-o commented May 19, 2026

Summary

  • Update the Trunk caller workflow to the refreshed org-level single-job shape from ci(trunk): refresh reusable workflow .github#404.
  • Remove the deprecated scheduled upload job and TRUNK_TOKEN path.
  • Add explicit permissions, concurrency, and arguments: --no-progress.

Part of z-shell/.github#408.

Verification

  • Compared branch against main: one-file workflow-only diff.
  • YAML shape reviewed after writing .github/workflows/trunk-check.yml.

Agent handoff

Status: Ready for review
Current state: PR contains only the Trunk caller refresh for .github/workflows/trunk-check.yml.
Blockers: None known.
Next steps: Wait for PR CI; merge if green.

Copilot AI review requested due to automatic review settings May 19, 2026 03:59
@ss-o ss-o requested a review from a team as a code owner May 19, 2026 03:59
@ss-o ss-o merged commit 511c0d9 into main May 19, 2026
3 checks passed
@ss-o ss-o deleted the issue-408-trunk-caller branch May 19, 2026 03:59
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Refreshes the repository’s Trunk “caller” GitHub Actions workflow to match the newer org-level reusable workflow shape, removing the legacy scheduled-upload path and tightening execution controls.

Changes:

  • Updates the workflow name/shape and uses the org reusable workflow (z-shell/.github/.github/workflows/trunk.yml@main) as a single job.
  • Removes the deprecated scheduled upload job and the TRUNK_TOKEN secret mapping.
  • Adds explicit permissions, concurrency cancellation, and passes arguments: --no-progress.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 8 to 12
pull_request:
types: [opened, synchronize]
types: [opened, synchronize, reopened]
schedule:
- cron: "0 05 * * 5"
workflow_dispatch: {}
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.

2 participants