We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcea7c commit b1b3129Copy full SHA for b1b3129
1 file changed
.github/workflows/lock.yml
@@ -0,0 +1,22 @@
1
+name: 'Lock threads'
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
7
+jobs:
8
+ lock:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: dessant/lock-threads@v2
12
+ with:
13
+ github-token: ${{ github.token }}
14
+ issue-lock-inactive-days: '14'
15
+ issue-lock-comment: >
16
+ This issue has been automatically locked since there
17
+ has not been any recent activity after it was closed.
18
+ Please open a new issue.
19
+ pr-lock-comment: >
20
+ This pull request has been automatically locked since there
21
22
0 commit comments