We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ffb11 commit 1c54242Copy full SHA for 1c54242
.github/workflows/code-review.yml
@@ -1,5 +1,6 @@
1
+# 代码格式检查
2
+
3
name: code review
-description: 代码格式检查
4
5
on:
6
push:
.github/workflows/release-please.yml
@@ -1,7 +1,7 @@
+# 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
+# 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
name: release please
-description: |
- 如果是开发合并请求到主干,则会根据约定式提交创建一个 releasePR,是一个新版本合并请求。
- 如果是新版本合并请求合并到主干,则会触发版本发布到 npm/github 等仓库。
7
0 commit comments