Skip to content

Commit 1c54242

Browse files
committed
fix: 优化 actions 22
1 parent 61ffb11 commit 1c54242

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/code-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# 代码格式检查
2+
13
name: code review
2-
description: 代码格式检查
34

45
on:
56
push:

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
2+
# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
3+
14
name: release please
2-
description: |
3-
如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
4-
如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
55

66
on:
77
push:

0 commit comments

Comments
 (0)