We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93bda1 commit 1f10ef5Copy full SHA for 1f10ef5
.github/workflows/lock-closed-issues.yml
@@ -11,11 +11,11 @@ jobs:
11
- uses: dessant/lock-threads@v3
12
with:
13
github-token: ${{ github.token }}
14
- issue-lock-inactive-days: '31'
15
- issue-exclude-created-before: ''
16
- issue-exclude-labels: ''
17
- issue-lock-labels: ''
18
- issue-lock-comment: >
+ issue-inactive-days: '31'
+ exclude-issue-created-before: ''
+ exclude-any-issue-labels: ''
+ add-issue-labels: ''
+ issue-comment: >
19
This thread has been automatically locked since there has not been
20
any recent activity after it was closed. Please open a new issue for
21
related bugs.
0 commit comments