Skip to content

Commit

Permalink
Remove lock action to fix #150
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 15, 2024
1 parent 31b941a commit 3cd9b4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:
days-before-stale: 90
days-before-close: 7
enable-statistics: 'true'
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: '60'
pr-inactive-days: '60'
issue-lock-reason: ''
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3cd9b4a

Please sign in to comment.