We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f3fb9 commit cf08e94Copy full SHA for cf08e94
1 file changed
.github/workflows/lock.yml
@@ -0,0 +1,24 @@
1
+name: 'Lock Threads'
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 3 * * *'
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
+ discussion-inactive-days: '30'
0 commit comments