Skip to content

Conversation

@zzyangh
Copy link
Collaborator

@zzyangh zzyangh commented Jan 14, 2025

处理BasicInputNumber只允许输入整数的场景

assign in @LZS911


在 Makefile 中创建 docker 容器执行 node 脚本时传递环境变量


调整 github action 跳过逻辑

原逻辑:
在 commit message 中包含 [skip ci] 字符串。

GitHub Actions 会自动识别 commit message 中的 [skip ci]、[ci skip] 等关键字,并在 workflow 级别跳过所有的 workflows,包括 trigger-ee-workflow.yml。导致同步代码的 workflow 也被跳过

新逻辑:
PR title 中包含 [skip checker] 字符串,可以跳过代码检查以及单元测试,替换原本的 [skip ci]


整理 publish icon 的代码逻辑,同时修复在 gocd 环境中 npm 缓存目录权限不足的问题

@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 96.3% 15791/16397
🟡 Branches 79.37% 6119/7709
🟢 Functions 96.04% 5791/6030
🟢 Lines 96.96% 15506/15992

Test suite run success

2670 tests passing in 704 suites.

Report generated by 🧪jest coverage report action from 6cb7013

@zzyangh zzyangh requested a review from LZS911 January 14, 2025 08:30
@LZS911 LZS911 closed this Feb 24, 2025
@LZS911 LZS911 reopened this Feb 24, 2025
@LZS911
Copy link
Collaborator

LZS911 commented Feb 24, 2025

测试服务

@LZS911
Copy link
Collaborator

LZS911 commented Apr 10, 2025

测试评论过滤功能

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.

3 participants