Skip to content

Commit

Permalink
Upgrade actions/stale version from v2.0.0 to v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hawl1 authored and tych0 committed Apr 23, 2024
1 parent 507e3d5 commit 3e7284b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v2.0.0
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the `status: stale` label or comment, or this will be closed in 30 days.'
Expand All @@ -17,7 +17,7 @@ jobs:
stale-pr-label: 'status: stale'
days-before-stale: 90
days-before-close: 30
- uses: actions/stale@v2.0.0
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove `status: stale` label or comment, or this will be closed in 30 days.'
Expand Down

0 comments on commit 3e7284b

Please sign in to comment.