Skip to content

Commit bf10a36

Browse files
committed
Create lock-comments.yml
1 parent 3e0215b commit bf10a36

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/lock-comments.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: 'Lock Threads'
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
issues: write
10+
11+
concurrency:
12+
group: lock-threads
13+
14+
jobs:
15+
action:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: dessant/lock-threads@v5
19+
with:
20+
github-token: ${{ github.token }}
21+
issue-inactive-days: '180'
22+
issue-lock-reason: 'resolved'
23+
log-output: false

0 commit comments

Comments
 (0)