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 d67015e commit 7ba6642Copy full SHA for 7ba6642
.github/lock.yml
.github/workflows/lock.yml
@@ -0,0 +1,24 @@
1
+# Configuration for Lock Threads - https://github.com/dessant/lock-threads
2
+name: 'Lock Issues'
3
+
4
+on:
5
+ schedule:
6
+ - cron: '0 0 * * *'
7
8
+permissions:
9
+ issues: write
10
+ pull-requests: write
11
12
+jobs:
13
+ action:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: dessant/lock-threads@v2
17
+ with:
18
+ process-only: 'issues'
19
+ issue-lock-inactive-days: '30'
20
+ issue-lock-reason: ''
21
+ issue-lock-comment: >
22
+ This issue has been automatically locked since there
23
+ has not been any recent activity after it was closed.
24
+ Please open a new issue for related bugs.
0 commit comments