From 5f58a9594001f46429d9e4f1db262cacedc999e2 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:25:26 +0800 Subject: [PATCH 01/14] Update IssueReply.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了Issue的自动回复,引导用户前往新仓库提交新功能请求 --- .github/workflows/IssueReply.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/IssueReply.yml b/.github/workflows/IssueReply.yml index fb8dbb7..a5424fe 100644 --- a/.github/workflows/IssueReply.yml +++ b/.github/workflows/IssueReply.yml @@ -20,3 +20,5 @@ jobs: Hello @${{ github.event.issue.user.login }}. 我们发现您开启了一个Issue,开发组将会尽快对您进行答复 如果您发现该Issue被添加了标签,那么说明开发组已经受理 如果您有任何解决方案,欢迎提交Pull Request + **注意:目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。新功能请求相关 Issue 将会被锁定!** + **UltiTools-Reborn: https://github.com/UltiKits/UltiTools-Reborn** From 063bd6d5c232c84eb79e39437bd820a6fae074dc Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:17:09 +0800 Subject: [PATCH 02/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c390884..206de38 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,10 +1,12 @@ name: 🐛 BUG 反馈 description: 请在这里反馈BUG +label: bug 插件功能问题 body: - type: markdown attributes: value: | 非常感谢你来反馈该插件的BUG!但是在此之前请先确认你遇到的问题确实是一个BUG,按照[自主排错](https://ultikits.com/troubleshoot.html)的步骤也许能够解决你遇到的问题 + 目前仅接受5.2.1或更高版本的问题反馈,旧版本请先升级后尝试复现问题,仍存在问题再打开 Issue - type: textarea id: the-problem attributes: @@ -21,26 +23,7 @@ body: options: - 6.0.0 - 5.2.1 - - 5.2.0 - - 5.1.9 - - 5.1.8 - - 5.1.7 - - 5.1.6 - - 5.1.5 - - 5.1.4 - - 5.1.3 - - 5.1.2 - - 5.1.1 - - 5.0.9 - - 5.0.8 - - 5.0.7 - - 5.0.6 - - 5.0.5 - - 5.0.4 - - 5.0.3 - - 5.0.2 - - 5.0.1 - - 5.0.0 + - 旧版本已不受支持 - 这边建议先更新一下插件版本再看看有没有问题 validations: required: true From edc9520d51ed085de813b5197f1ce22a8fc8098e Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:17:32 +0800 Subject: [PATCH 03/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 206de38..df30db6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐛 BUG 反馈 description: 请在这里反馈BUG -label: bug 插件功能问题 +labels: bug 插件功能问题 body: - type: markdown attributes: From 4acbe8efb72e628fae445aab07baa3957ee29499 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:29:07 +0800 Subject: [PATCH 04/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 25 ++++------------------ 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5d7efbf..892a428 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,26 +1,9 @@ name: ⭐ 意见与建议 -description: 对这款插件有什么想法,还是有什么新功能的要求,请在这里提出 +description: UltiTools 5 现已不接受任何的新功能请求,请前往 UltiTools 6 仓库,点击右侧按钮来查看详情 body: - type: markdown attributes: value: | - 非常感谢你能够来为这个插件提出意见,你可以申请开发新功能,或者对现有功能提出优化和改进等等等等! - - type: textarea - id: the-feature-request - attributes: - label: 请求内容 - description: - 在这里提出你对插件的意见与建议,可以是要求新功能,也可以是对现有功能的改进 - validations: - required: true - - type: textarea - id: proposed-solution - attributes: - label: 解决方案 - description: 如果你有任何对以上内容的解决方案,可以写在这里,如果能提交相应的 Pull Request 那就更好了 - - type: textarea - id: additional-context - attributes: - label: 附加信息 - description: - 还有什么想说的吗 + 非常感谢你能够来为这个插件提出意见,目前所有的开发工作都已经转到了UltiTools 6.0,**所以暂时5.0版本除了修复bug以外暂时不会更新新的内容**。 + 请前往 UltiTools-Reborn 仓库来提交: https://github.com/UltiKits/UltiTools-Reborn/issues + 打开的所有新功能请求相关的 Issue 都将会被锁定。 From cec216b8014903f25cf61a1ce8690be100e22aa5 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:31:34 +0800 Subject: [PATCH 05/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 892a428..50c3bfb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,3 +7,7 @@ body: 非常感谢你能够来为这个插件提出意见,目前所有的开发工作都已经转到了UltiTools 6.0,**所以暂时5.0版本除了修复bug以外暂时不会更新新的内容**。 请前往 UltiTools-Reborn 仓库来提交: https://github.com/UltiKits/UltiTools-Reborn/issues 打开的所有新功能请求相关的 Issue 都将会被锁定。 + - type: input + id: prevalence + attributes: + label: 占位用,请勿提交 From c5c947d1007e5cd977aeeaff0085ff69bac80595 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:36:07 +0800 Subject: [PATCH 06/14] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 73f80c2..255fdeb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: UltiTools 6 仓库 + url: https://github.com/UltiKits/UltiTools-Reborn + about: 欢迎关注,有建议也可以提交到这里 - name: 自主排错 Troubleshoot url: https://doc.ultitools.ultikits.com/guide/troubleshoot.html about: 根据我们提供的自主排错步骤,也许能够解决一些您的问题 From 6845f120e1615d803eb7ef88e5050a39fdd43b5e Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:40:47 +0800 Subject: [PATCH 07/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 50c3bfb..ffa68be 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,7 +7,9 @@ body: 非常感谢你能够来为这个插件提出意见,目前所有的开发工作都已经转到了UltiTools 6.0,**所以暂时5.0版本除了修复bug以外暂时不会更新新的内容**。 请前往 UltiTools-Reborn 仓库来提交: https://github.com/UltiKits/UltiTools-Reborn/issues 打开的所有新功能请求相关的 Issue 都将会被锁定。 - - type: input - id: prevalence + - type: checkboxes + id: force attributes: - label: 占位用,请勿提交 + options: + - label: 我就是要打开一个这样的Issue,即使会被自动锁定 + required: true From 9b7c472141ee66b30c225072bc3c76356a219c4d Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:43:03 +0800 Subject: [PATCH 08/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ffa68be..5f29a9f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -10,6 +10,7 @@ body: - type: checkboxes id: force attributes: + label: 我不管 options: - label: 我就是要打开一个这样的Issue,即使会被自动锁定 required: true From 0b9ec2727b2ca8f777a572527abff348a4b0393b Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:44:45 +0800 Subject: [PATCH 09/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5f29a9f..04f8034 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: ⭐ 意见与建议 description: UltiTools 5 现已不接受任何的新功能请求,请前往 UltiTools 6 仓库,点击右侧按钮来查看详情 +labels: enhancement 新功能请求 body: - type: markdown attributes: From 22c2509997b60e9cd7d46ad1d2d6922477c2865b Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:45:39 +0800 Subject: [PATCH 10/14] Update BugReply.yml --- .github/workflows/BugReply.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BugReply.yml b/.github/workflows/BugReply.yml index 0f9b4ff..8d3c24b 100644 --- a/.github/workflows/BugReply.yml +++ b/.github/workflows/BugReply.yml @@ -7,7 +7,7 @@ on: jobs: create-comment: runs-on: ubuntu-latest - if: github.event.label.name == 'bug' + if: github.event.label.name == 'bug 插件功能问题' steps: - name: Create comment uses: actions-cool/issues-helper@v2 From 88079840f6b04ecb4cefb25a2955374e418ceb05 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:05:40 +0800 Subject: [PATCH 11/14] Update SuggestionReply.yml --- .github/workflows/SuggestionReply.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/SuggestionReply.yml b/.github/workflows/SuggestionReply.yml index 2968d6b..129d6d1 100644 --- a/.github/workflows/SuggestionReply.yml +++ b/.github/workflows/SuggestionReply.yml @@ -7,7 +7,7 @@ on: jobs: create-comment: runs-on: ubuntu-latest - if: github.event.label.name == 'suggestion' + if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' steps: - name: Create comment uses: actions-cool/issues-helper@v2 @@ -16,5 +16,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Hello ${{ github.event.issue.user.login }}. 您提出的建议已被采纳 - 取决于建议的数量,可能需要经过数个版本的更新进行逐步实现,请持续关注版本更新。 + Hello @${{ github.event.issue.user.login }}. 感谢你的建议! + 但很抱歉您提出的建议将不会在这里被采纳。 + 目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 + 请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn From 051b9305a39b4c815437ba3e3de9e5c0ed62ef77 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:07:56 +0800 Subject: [PATCH 12/14] Update IssueReply.yml --- .github/workflows/IssueReply.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/IssueReply.yml b/.github/workflows/IssueReply.yml index a5424fe..2c9e36e 100644 --- a/.github/workflows/IssueReply.yml +++ b/.github/workflows/IssueReply.yml @@ -22,3 +22,26 @@ jobs: 如果您有任何解决方案,欢迎提交Pull Request **注意:目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。新功能请求相关 Issue 将会被锁定!** **UltiTools-Reborn: https://github.com/UltiKits/UltiTools-Reborn** + - name: check sug + if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' + uses: actions-cool/issues-helper@v2 + with: + actions: 'create-comment' + token: ${{ secrets.GITHUB_TOKEN }} + issue-number: ${{ github.event.issue.number }} + body: | + Hello @${{ github.event.issue.user.login }}. 感谢你的建议! + 但很抱歉您提出的建议将不会在这里被采纳。 + 目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 + 请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn + + - name: check bug + if: github.event.label.name == 'bug 插件功能问题' + uses: actions-cool/issues-helper@v2 + with: + actions: 'create-comment' + token: ${{ secrets.GITHUB_TOKEN }} + issue-number: ${{ github.event.issue.number }} + body: | + Hello ${{ github.event.issue.user.login }}. 您提出的问题已被受理 + 在一般情况下,这些问题将会在下个版本被修复,请持续关注版本更新。 From 5c7c188f1831c033db4db5a4cbcc9d733c1ba4b2 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:18:39 +0800 Subject: [PATCH 13/14] Update IssueReply.yml --- .github/workflows/IssueReply.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/IssueReply.yml b/.github/workflows/IssueReply.yml index 2c9e36e..14dc998 100644 --- a/.github/workflows/IssueReply.yml +++ b/.github/workflows/IssueReply.yml @@ -34,7 +34,11 @@ jobs: 但很抱歉您提出的建议将不会在这里被采纳。 目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn - + - name: lock issue + uses: OSDKDev/lock-issues@v1.1 + if: github.event.label.name == 'enhancement 新功能请求' || github.event.label.name == 'suggestion 建议与想法' + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" - name: check bug if: github.event.label.name == 'bug 插件功能问题' uses: actions-cool/issues-helper@v2 From 78ce531ff1b57a0a5aee979b13f2bb9582d3fbf1 Mon Sep 17 00:00:00 2001 From: Qian Mo <62180110+qianmo2233@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:19:59 +0800 Subject: [PATCH 14/14] Update SuggestionReply.yml --- .github/workflows/SuggestionReply.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/SuggestionReply.yml b/.github/workflows/SuggestionReply.yml index 129d6d1..46c0799 100644 --- a/.github/workflows/SuggestionReply.yml +++ b/.github/workflows/SuggestionReply.yml @@ -20,3 +20,7 @@ jobs: 但很抱歉您提出的建议将不会在这里被采纳。 目前所有的开发工作都已经转到了UltiTools 6.0,所以暂时5.0版本除了修复bug以外暂时不会更新新的内容。 请关注一下 UltiTools 6.0:https://github.com/UltiKits/UltiTools-Reborn + - name: lock issue + uses: OSDKDev/lock-issues@v1.1 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"