From 324edcda96a0c96cf454dc571081cb7aae0a4079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Sun, 12 Dec 2021 23:31:02 +0800 Subject: [PATCH] chore: update issue workflow (#4794) --- .github/workflows/issue-inactive.yml | 6 +++--- .github/workflows/issue-labeled.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue-inactive.yml b/.github/workflows/issue-inactive.yml index 3f8123e6b5..5123da1ee3 100644 --- a/.github/workflows/issue-inactive.yml +++ b/.github/workflows/issue-inactive.yml @@ -35,10 +35,10 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-state: closed inactive-day: 30 - body: | - This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. + # body: | + # This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. - 此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。 + # 此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。 check-inactive: runs-on: ubuntu-latest diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 177e2b01ae..7a54971211 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -17,7 +17,7 @@ jobs: body: | Hello @${{ github.event.issue.user.login }}. We totally like your proposal/feedback, welcome to [send us a Pull Request](https://help.github.com/en/articles/creating-a-pull-request) for it. Please send your Pull Request to `dev` branch, fill the [Pull Request Template](https://github.com/element-plus/element-plus/blob/dev/.github/pull_request_template.md) here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution! - 你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎直接在此仓库 [创建一个 Pull Request](https://help.github.com/en/articles/creating-a-pull-request) 来解决这个问题。请将 Pull Request 发到 `dev 分支,务必填写 Pull Request 内的[预设模板](https://github.com/element-plus/element-plus/blob/dev/.github/pull_request_template.md),提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。 + 你好 @${{ github.event.issue.user.login }},我们完全同意你的提议/反馈,欢迎直接在此仓库 [创建一个 Pull Request](https://help.github.com/en/articles/creating-a-pull-request) 来解决这个问题。请将 Pull Request 发到 `dev` 分支,务必填写 Pull Request 内的[预设模板](https://github.com/element-plus/element-plus/blob/dev/.github/pull_request_template.md),提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。 - name: need reproduction if: github.event.label.name == 'need reproduction'