Skip to content

Commit

Permalink
Bump actions/stale and dessant/lock-threads versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 10, 2024
1 parent bb96d45 commit a9c7458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4.0.0
- uses: dessant/lock-threads@v5
with:
process-only: 'issues, prs'
issue-inactive-days: 120
pr-inactive-days: 120
log-output: true
Expand All @@ -27,7 +28,7 @@ jobs:
This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.
- uses: actions/stale@v7
- uses: actions/stale@v9
with:
operations-per-run: 999
days-before-issue-stale: 180
Expand Down

0 comments on commit a9c7458

Please sign in to comment.