Skip to content

Commit 68e2d94

Browse files
committed
chore: action update
1 parent 9c58e28 commit 68e2d94

File tree

6 files changed

+25
-28
lines changed

6 files changed

+25
-28
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: 🐞 错误报告 Bug Report
22
description: 报告新 Bug。一般性问题请在 GitHub Discussion 中发布。
3-
title: "[Bug]: "
43
labels:
5-
- triage
64
- bug
75
body:
86
- type: checkboxes
@@ -103,4 +101,4 @@ body:
103101
attributes:
104102
label: 贡献代码
105103
options:
106-
- label: 我愿意修复这个错误
104+
- label: 我愿意修复这个错误。请参考 [(贡献指南)](https://github.com/NervJS/taro/blob/main/CONTRIBUTING.md)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ contact_links:
1414
about: 发布一般性问题
1515
- name: 🏗 生态建设 Ecosystem
1616
url: https://github.com/NervJS/taro/discussions/categories/%E7%94%9F%E6%80%81
17-
about: 工具库?组件库?快来丰富 Taro 生态
17+
about: 工具库?组件库?快来丰富 Taro 生态

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: 🚀 功能请求 Feature Request
22
description: 提出新的功能特性
3-
title: "[Feat]: "
43
labels:
54
- triage
65
- feat
@@ -23,7 +22,7 @@ body:
2322
id: design
2423
attributes:
2524
label: 功能设计
26-
description: 这个功能如何使用?(API / CLI ...)
25+
description: 这个功能该如何使用?(API / CLI ...)
2726
validations:
2827
required: true
2928
- type: textarea
@@ -36,4 +35,4 @@ body:
3635
attributes:
3736
label: 贡献代码
3837
options:
39-
- label: 我愿意实现这个功能
38+
- label: 我愿意实现这个功能。请参考 [(贡献指南)](https://github.com/NervJS/taro/blob/main/CONTRIBUTING.md)

.github/advanced-issue-labeler.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,49 +17,49 @@ policy:
1717
- id: [platform]
1818
label:
1919
- name: T-h5
20-
keys: [Web 端(H5)]
20+
keys: ["所有平台", "Web 端(H5)"]
2121

2222
- name: T-rn
23-
keys: [移动端(React-Native)]
23+
keys: ["所有平台", "移动端(React-Native)"]
2424

2525
- name: T-harmony
26-
keys: [鸿蒙(Harmony)]
26+
keys: ["所有平台", "鸿蒙(Harmony)"]
2727

2828
- name: T-harmony_hybrid
29-
keys: [鸿蒙容器(Harmony Hybrid)]
29+
keys: ["所有平台", "鸿蒙容器(Harmony Hybrid)"]
3030

3131
- name: T-quickapp
32-
keys: [快应用(QuickApp)]
32+
keys: ["所有平台", "快应用(QuickApp)"]
3333

3434
- name: T-weapp
35-
keys: [微信小程序]
35+
keys: ["所有平台", "微信小程序", "所有小程序"]
3636

3737
- name: T-jd
38-
keys: [京东小程序]
38+
keys: ["所有平台", "京东小程序", "所有小程序"]
3939

4040
- name: T-swan
41-
keys: [百度小程序]
41+
keys: ["所有平台", "百度小程序", "所有小程序"]
4242

4343
- name: T-alipay
44-
keys: [支付宝小程序]
44+
keys: ["所有平台", "支付宝小程序", "所有小程序"]
4545

4646
- name: T-tt
47-
keys: [头条小程序]
47+
keys: ["所有平台", "头条小程序", "所有小程序"]
4848

4949
- name: T-qq
50-
keys: [QQ 小程序]
50+
keys: ["所有平台", "QQ 小程序", "所有小程序"]
5151

5252
- name: T-dd
53-
keys: [钉钉小程序]
53+
keys: ["所有平台", "钉钉小程序", "所有小程序"]
5454

5555
- name: T-qy
56-
keys: [企业微信小程序]
56+
keys: ["所有平台", "企业微信小程序", "所有小程序"]
5757

5858
- name: T-feishu
59-
keys: [飞书小程序]
59+
keys: ["所有平台", "飞书小程序", "所有小程序"]
6060

6161
- name: T-kwai
62-
keys: [快手小程序]
62+
keys: ["所有平台", "快手小程序", "所有小程序"]
6363

6464
- id: [framework]
6565
label:

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,35 +115,35 @@ jobs:
115115
CI: true
116116
# 以下 coverage 流程通过 artifact 拆分文件作为单独 job 上传时间损耗过长,因此在在 node test 后直接继续执行
117117
- name: Upload [taro-cli] coverage to Codecov
118-
uses: codecov/codecov-action@v4
118+
uses: codecov/codecov-action@v5
119119
if: ${{ matrix.host == 'ubuntu-latest' }}
120120
with:
121121
flags: taro-cli
122122
files: ./packages/taro-cli/coverage/clover.xml
123123
token: ${{ secrets.CODECOV_TOKEN }}
124124
- name: Upload runner coverage to Codecov
125-
uses: codecov/codecov-action@v4
125+
uses: codecov/codecov-action@v5
126126
if: ${{ matrix.host == 'ubuntu-latest' }}
127127
with:
128128
flags: taro-runner
129129
files: ./packages/taro-webpack5-runner/coverage/clover.xml
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131
- name: Upload [taro-runtime] coverage to Codecov
132-
uses: codecov/codecov-action@v4
132+
uses: codecov/codecov-action@v5
133133
if: ${{ matrix.host == 'ubuntu-latest' }}
134134
with:
135135
flags: taro-runtime
136136
files: ./packages/taro-runtime/coverage/clover.xml
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138
- name: Upload [taro-web] coverage to Codecov
139-
uses: codecov/codecov-action@v4
139+
uses: codecov/codecov-action@v5
140140
if: ${{ matrix.host == 'ubuntu-latest' }}
141141
with:
142142
flags: taro-web
143143
files: ./packages/taro-components/coverage/clover.xml,./packages/taro-h5/coverage/clover.xml,./packages/taro-router/coverage/clover.xml
144144
token: ${{ secrets.CODECOV_TOKEN }}
145145
- name: Upload rest coverage to Codecov
146-
uses: codecov/codecov-action@v4
146+
uses: codecov/codecov-action@v5
147147
if: ${{ matrix.host == 'ubuntu-latest' }}
148148
with:
149149
token: ${{ secrets.CODECOV_TOKEN }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ pnpm --filter [package-name] run dev
6161

6262
在测试项目中创建好链接后,接下来就可以启动项目编译。注意如果是编译 H5 或小程序时,请提前关闭依赖预编译配置:
6363

64-
```json
64+
```js
6565
// /demo/config/dev.js
6666
compiler: {
6767
type: "webpack5",

0 commit comments

Comments
 (0)