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 65d5490 commit d84b3a4Copy full SHA for d84b3a4
.github/workflows/lock.yml
@@ -14,12 +14,12 @@ jobs:
14
action:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v3
+ - uses: dessant/lock-threads@v5
18
with:
19
process-only: 'issues'
20
- issue-lock-inactive-days: '30'
+ issue-inactive-days: '30'
21
issue-lock-reason: ''
22
- issue-lock-comment: >
+ issue-comment: >
23
This issue has been automatically locked since there
24
has not been any recent activity after it was closed.
25
Please open a new issue for related bugs.
0 commit comments