Merge pull request #1972 from thermosflasche/patch-1

fix: Lock threads
This commit is contained in:
Arun Prakash Jana 2024-12-19 00:39:16 +05:30 committed by GitHub
commit ef6e00c85c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ jobs:
- uses: dessant/lock-threads@v5 - uses: dessant/lock-threads@v5
with: with:
github-token: ${{ github.token }} github-token: ${{ github.token }}
issue-lock-inactive-days: '30' issue-inactive-days: '30'
issue-lock-reason: '' issue-lock-reason: ''
pr-lock-inactive-days: '30' pr-inactive-days: '30'
pr-lock-reason: '' pr-lock-reason: ''