Issue Manager #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Manager | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
permissions: | |
contents: read | |
jobs: | |
issue-close: | |
permissions: | |
issues: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
if: ${{ github.repository_owner == 'arco-design' }} | |
steps: | |
- name: Needs more info | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'close-issues' | |
labels: '📄 Need more info' | |
inactive-day: 7 | |
body: | | |
由于该 issue 被标记为需要更多信息,却 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复或点击加入[Arco Design 飞书用户群](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=0c2qaa71-ed40-40e7-9389-9f3e182011a5)询问。 | |
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' }} | |
steps: | |
- name: check-inactive | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'check-inactive' | |
inactive-label: '💤 Inactive' | |
inactive-day: 30 | |