File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ' Lock Threads'
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 0 * * *'
6+ workflow_dispatch :
7+
8+ permissions :
9+ issues : write
10+ pull-requests : write
11+
12+ concurrency :
13+ group : lock
14+
15+ jobs :
16+ action :
17+ runs-on : ubuntu-latest
18+ steps :
19+ - uses : dessant/lock-threads@v3
20+ with :
21+ github-token : ${{ github.token }}
22+ issue-inactive-days : ' 14'
23+ pr-inactive-days : ' 14'
24+ issue-comment : >
25+ This issue has been automatically locked since there
26+ has not been any recent activity after it was closed.
27+ Please open a new issue for related bugs.
28+ pr-comment : >
29+ This pull request has been automatically locked since there
30+ has not been any recent activity after it was closed.
31+ Please open a new issue for related bugs.
You can’t perform that action at this time.
0 commit comments