Skip to content

Commit

Permalink
Bump github stale. (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Mar 21, 2024
1 parent 92da0db commit 66158d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
Expand All @@ -31,7 +31,7 @@ jobs:
exempt-issue-labels: 'Bug,Enhancements,Investigating'
stale-pr-label: 'no-pr-activity'
remove-stale-when-updated: true
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '10'
Expand Down

0 comments on commit 66158d5

Please sign in to comment.