Replace deprecated font-noto-sans-cjk on macOS and add manual workflow trigger#948
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
…ic fonts Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com>
|
@copilot |
Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com>
Co-authored-by: HackingGate <8541644+HackingGate@users.noreply.github.com>
Added manual workflow trigger with OS selection in commit e4235df. The workflow now supports
To use: Navigate to Actions → "Test Typst Out Action" → Click "Run workflow" → Select your options → Run workflow |
There was a problem hiding this comment.
Pull request overview
This pull request addresses a deprecation warning for the font-noto-sans-cjk Homebrew cask by replacing it with individual language-specific font packages, and adds manual workflow triggering capabilities for flexible CI testing.
Changes:
- Replaced deprecated
font-noto-sans-cjkcask with three language-specific casks:font-noto-sans-cjk-tc,font-noto-sans-cjk-jp, andfont-noto-sans-cjk-kr - Added
workflow_dispatchtrigger with inputs for OS selection and Typst version specification - Implemented logic in
detect-changesjob to handle manual workflow dispatch with appropriate matrix configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The
font-noto-sans-cjkHomebrew cask is deprecated and will be disabled on 2026-11-22.Changes
Font Deprecation Fix
font-noto-sans-cjk-tc(Traditional Chinese)font-noto-sans-cjk-jp(Japanese)font-noto-sans-cjk-kr(Korean)These correspond exactly to the three Noto Sans CJK variants used in the test suite.
Manual Workflow Trigger
workflow_dispatchevent trigger to enable manual CI runsdetect-changesjob to handle manual triggers with appropriate matrix configurationUsage
To manually trigger the workflow:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.