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 ac8b890 commit 4be5ddaCopy full SHA for 4be5dda
lock.yml
@@ -0,0 +1,28 @@
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
+ issue-inactive-days: '31'
22
+ issue-comment: >
23
+ This thread has been automatically locked since there has not been
24
+ any recent activity after it was closed. Please open a new issue for
25
+ related bugs.
26
+ issue-lock-reason: 'resolved'
27
+ process-only: 'issues'
28
+ log-output: true
0 commit comments