Skip to content

Commit 4add1af

Browse files
authored
ci: add lock-threads workflow (#229)
1 parent 81cae31 commit 4add1af

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/lock-threads.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Lock Threads
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 1 * *'
6+
workflow_dispatch:
7+
8+
concurrency:
9+
group: lock
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
lock-threads:
16+
permissions:
17+
issues: write
18+
pull-requests: write
19+
uses: fastify/workflows/.github/workflows/lock-threads.yml@v6

0 commit comments

Comments
 (0)