Skip to content

Conversation

@KirCute
Copy link
Member

@KirCute KirCute commented Dec 30, 2025

Description / 描述

github actions 不太懂,需要看看对不对。

Motivation and Context / 背景

How Has This Been Tested? / 测试

Checklist / 检查清单

  • I have read the CONTRIBUTING document.
    我已阅读 CONTRIBUTING 文档。
  • I have formatted my code with go fmt or prettier.
    我已使用 go fmtprettier 格式化提交的代码。
  • I have added appropriate labels to this PR (or mentioned needed labels in the description if lacking permissions).
    我已为此 PR 添加了适当的标签(如无权限或需要的标签不存在,请在描述中说明,管理员将后续处理)。
  • I have requested review from relevant code authors using the "Request review" feature when applicable.
    我已在适当情况下使用"Request review"功能请求相关代码作者进行审查。
  • I have updated the repository accordingly (If it’s needed).
    我已相应更新了相关仓库(若适用)。

@KirCute KirCute requested a review from jyxjjj December 30, 2025 08:55
@jyxjjj
Copy link
Member

jyxjjj commented Dec 30, 2025

那得 @dezhishen

@jyxjjj
Copy link
Member

jyxjjj commented Dec 30, 2025

我看着没啥问题,等他看看

@jyxjjj jyxjjj requested a review from dezhishen December 30, 2025 09:08
Comment on lines 47 to 58
- name: Check for changes and stage
id: verify-changed-files
run: |
cp -f ./backend/lang/*.json ./src/lang/en/ 2>/dev/null || :
if git diff --quiet HEAD -- src/lang/en/; then
echo "No changes detected in src/lang/en/"
echo "changed=false" >> $GITHUB_OUTPUT
else
echo "Changes detected in src/lang/en/"
git add src/lang/en/
echo "changed=true" >> $GITHUB_OUTPUT
fi
Copy link
Member

Choose a reason for hiding this comment

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

我觉得没同步上更多是这部分的问题,得仔细检查一下,实在不行加个 input 跳过这个检测。拆成两个 workflows 没必要。

Copy link
Member Author

@KirCute KirCute Dec 30, 2025

Choose a reason for hiding this comment

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

这部分我在 OpenListTeam/OpenList#1881 改了,拆出来的手动的那个主要用来把 #349 同步上去,之后用不太到,只是用来预防类似的问题

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.

4 participants