Skip to content

Commit 6adcfe5

Browse files
committed
Lock closed issues
1 parent 39a05f6 commit 6adcfe5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lock Closed Issues
2+
3+
on:
4+
schedule:
5+
- cron: 0 0 * * *
6+
7+
jobs:
8+
lock:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: dessant/lock-threads@v3
12+
with:
13+
github-token: '${{ github.token }}'
14+
issue-inactive-days: 30
15+
issue-comment: >
16+
This thread has been automatically locked since there has not been
17+
any recent activity after it was closed. Please open a new issue for
18+
related bugs.

0 commit comments

Comments
 (0)