Update
This commit is contained in:
parent
181c05931b
commit
72e71439d8
|
|
@ -1,5 +1,5 @@
|
||||||
name: "⏰为应用催更"
|
name: "⏰应用有新版本了! / App has a new version!"
|
||||||
description: "报告缺陷来帮助我们完善。 / Create a report to help us improve"
|
description: "当前应用商店中的应用有新版本,才可填此表单。 / Fill in this form only if the app in the appstore has a new version."
|
||||||
title: "[需要更新应用] 哪个应用需要更新? / Which app needs an update?"
|
title: "[需要更新应用] 哪个应用需要更新? / Which app needs an update?"
|
||||||
labels:
|
labels:
|
||||||
- Update Needed
|
- Update Needed
|
||||||
|
|
@ -8,6 +8,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Welcome!
|
## Welcome!
|
||||||
|
**当前应用商店中的应用有新版本,才可填此表单。**
|
||||||
|
**Fill in this form only if the app in the appstore has a new version.**
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: "📝提交新应用 / Add New App"
|
name: "📝提交新应用 / Add New App"
|
||||||
description: "报告缺陷来帮助我们完善。 / Create a report to help us improve"
|
description: "有当前应用商店未收录的应用,请提交此表单。 / Please submit this form for apps not yet listed in the app store."
|
||||||
title: "[需要增加应用] 需要增加哪个应用? / Which app needs to be added?"
|
title: "[需要增加应用] 需要增加哪个应用? / Which app needs to be added?"
|
||||||
labels:
|
labels:
|
||||||
- Add New App
|
- Add New App
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: 合并 PR
|
- name: 合并 PR
|
||||||
run: |
|
run: |
|
||||||
for pr in ${{ steps.get-prs.outputs.pr_list }}; do
|
for pr in ${{ steps.get-prs.outputs.pr_list }}; do
|
||||||
if ! gh pr merge $pr --merge --delete-branch --body ""; then
|
if ! gh pr merge $pr --squash --delete-branch --body ""; then
|
||||||
echo "⚠️ 合并 PR #$pr 失败"
|
echo "⚠️ 合并 PR #$pr 失败"
|
||||||
else
|
else
|
||||||
echo "✅ 合并 PR #$pr 成功"
|
echo "✅ 合并 PR #$pr 成功"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue