Skip to content

Commit 76f4034

Browse files
authored
Create close_inactive_issue.yml
1 parent 0ae51d9 commit 76f4034

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Close Inactive Issue
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
jobs:
8+
close-issues:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: close inactive issue
12+
uses: actions-cool/issues-helper@v2.2.1
13+
with:
14+
actions: 'close-issues'
15+
labels: 'inactive'
16+
inactive-day: 30
17+
body: |
18+
Since the issue was labeled with `inactive`, but no response in 30 days. This issue will be close. If you have any questions, you can comment and reply.
19+
由于该 issue 被标记为不活跃,且 30 天未收到回应。现关闭 issue,若有任何问题,可评论回复。

0 commit comments

Comments
 (0)