Skip to content

Commit

Permalink
Add back lock workflow to see if its fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Feb 15, 2024
1 parent 3cd9b4a commit 6b2cbd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ 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 6b2cbd2

Please sign in to comment.