From 07f6a871622598387753e7a233798ba4db9e0e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B1=9F=E8=BE=B0?= Date: Fri, 20 Sep 2024 14:49:43 +0800 Subject: [PATCH] ci: adjust ci run conditions and minor details --- .github/workflows/issue-labeled.yml | 6 +++--- .github/workflows/issue-manager.yml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 9f5ce953e..b88cbde09 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -46,12 +46,12 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - 你好 @${{ github.event.issue.user.login }}, - - 您的 Issue 已被标记为无效而自动关闭,原因可能如下: + 你好 @${{ github.event.issue.user.login }}, 您的 Issue 已被标记为无效而自动关闭,原因可能如下: - 不符合我们的格式要求、可能缺少足够的上下文或关键信息,无法有效解决问题。 - 非 bug 反馈和需求讨论(如询问如何使用等问题)。 - 它可能是已有 Issue 的重复项。请在提交新的 Issue 之前检查现有的 Issue。 可点击加入[Arco Design 飞书用户群](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=0c2qaa71-ed40-40e7-9389-9f3e182011a5)询问,感谢您的理解与配合! + + diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 368edd382..0d1304578 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'arco-design-vue' }} + if: ${{ github.repository_owner == 'arco-design' }} steps: - name: Needs more info uses: actions-cool/issues-helper@v3 @@ -26,12 +26,14 @@ jobs: This issue has been marked as needing more information, but there hasn’t been a response for 7 days, so we’re closing it for now. If you have any questions, feel free to comment here or join the [Arco Design Feishu user group](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=0c2qaa71-ed40-40e7-9389-9f3e182011a5) to ask for help. + + check-inactive: permissions: issues: write pull-requests: write runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'arco-design-vue' }} + if: ${{ github.repository_owner == 'arco-design' }} steps: - name: check-inactive uses: actions-cool/issues-helper@v3