Skip to content

Commit

Permalink
👷 add inactive labeled action (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed May 22, 2021
1 parent 5d4cf04 commit 9ec2884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/issue-close-inactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ jobs:
body: |
Since the issue was labeled with `pls use issue template`, but no response in 30 days. This issue will be close. If you have any questions, you can comment and reply.
由于该 issue 被标记为需要使用模板,却 30 天未收到回应。现关闭 issue,若有任何问题,可评论回复。
- name: close inactive issue
uses: actions-cool/issues-helper@v2.2.1
with:
actions: 'close-issues'
labels: 'inactive'
inactive-day: 7
body: |
Since the issue was labeled with `inactive`, but no response in 7 days. This issue will be close. If you have any questions, you can comment and reply.
由于该 issue 被标记为不活跃,且 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。

1 comment on commit 9ec2884

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-9pi2zc0lc-umijs.vercel.app

Built with commit 9ec2884.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.