Skip to content

Commit

Permalink
Upgrade stale action to v9
Browse files Browse the repository at this point in the history
The stale action used in the workflow has been upgraded from version 8 to version 9. This update ensures we're using the latest features and improvements of the stale action, which helps us manage inactive issues more effectively.
  • Loading branch information
drew2a committed Apr 23, 2024
1 parent de2b597 commit 5a8597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue has not seen activity for 60 days. It is now marked as stale. Please provide additional information or this issue may be closed in the future. We value your contribution and would love to hear more!'
stale-issue-label: 'status: stale'
Expand Down

0 comments on commit 5a8597f

Please sign in to comment.