emqx/Translate Github Issue
Translate issues in Chinese into English using GitHub Models API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 8, 2026
- License
- Apache 2.0
Pinned Snippet
uses: emqx/translate-issue-action@71628143ab1baff386f26de5926bf344cb0d7e50 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_number | The issue number to translate | yes | — |
| github_token | GitHub token for authentication | — | ${{ github.token }} |
| github_repo | GitHub repository in the format owner/repo | — | ${{ github.repository }} |
| model | Model to use for translation via GitHub Models | — | openai/gpt-4o |
| vision_model | Vision-capable model for translating image attachments | — | gpt-4o |
| translate_attachments | Whether to translate attachments | — | false |
Outputs
no outputs