Skip to content

ci: fix translate, allow manual dispatch#30505

Merged
hyoban merged 3 commits intomainfrom
1-4-fix-translate-ci
Jan 4, 2026
Merged

ci: fix translate, allow manual dispatch#30505
hyoban merged 3 commits intomainfrom
1-4-fix-translate-ci

Conversation

@hyoban
Copy link
Member

@hyoban hyoban commented Jan 4, 2026

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Fixes https://github.com/langgenius/dify/actions/runs/20689499188/job/59395454687

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
Copilot AI review requested due to automatic review settings January 4, 2026 08:26
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 4, 2026
lyzno1
lyzno1 previously approved these changes Jan 4, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 4, 2026
Copy link
Contributor

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

This PR fixes a GitHub Actions workflow issue related to translation automation by allowing manual triggering and adjusting the git checkout configuration. The changes address a failure in the automated i18n translation workflow.

  • Added workflow_dispatch trigger to enable manual workflow execution
  • Downgraded actions/checkout from v6 to v4 to resolve compatibility issues
  • Modified file change detection logic to skip git diff checks and translate all files when manually triggered

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@hyoban hyoban merged commit 9aaa08e into main Jan 4, 2026
16 checks passed
@hyoban hyoban deleted the 1-4-fix-translate-ci branch January 4, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

3 participants