Skip to content

Commit 77dbbaa

Browse files
committed
🔄 Created local '.github/workflows/lock-threads.yml' from remote 'synced-files/.github/workflows/lock-threads.yml'
1 parent 7433452 commit 77dbbaa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: 'Lock Threads'
2+
3+
on:
4+
schedule:
5+
- cron: '0 * * * *'
6+
workflow_dispatch:
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
discussions: write
12+
13+
concurrency:
14+
group: lock-threads
15+
16+
jobs:
17+
action:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: dessant/lock-threads@v5
21+
with:
22+
issue-inactive-days: 30
23+
pr-inactive-days: 30
24+
log-output: true

0 commit comments

Comments
 (0)