Skip to content

Commit

Permalink
ci: adjust ci run conditions and minor details (#3305)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc authored Sep 20, 2024
1 parent edc16ce commit d6a6e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)询问,感谢您的理解与配合!
<img src="https://github.com/user-attachments/assets/65abfd92-38a4-4d34-ad3e-59b9031ca7c3" height="200" />
6 changes: 4 additions & 2 deletions .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
<img src="https://github.com/user-attachments/assets/65abfd92-38a4-4d34-ad3e-59b9031ca7c3" height="200" />
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
Expand Down

0 comments on commit d6a6e1d

Please sign in to comment.