We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af97d2 commit fca6cc2Copy full SHA for fca6cc2
1 file changed
.github/workflows/issue-bot.yml
@@ -182,7 +182,7 @@ jobs:
182
if: ${{ inputs.enable-lock && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
183
steps:
184
- name: Lock closed threads
185
- uses: dessant/lock-threads@v5
+ uses: dessant/lock-threads@v6
186
with:
187
github-token: ${{ secrets.GITHUB_TOKEN }}
188
issue-inactive-days: ${{ inputs.issue-inactive-days-before-lock }}
0 commit comments