Merge pull request #870 from unpoller/dependabot/github_actions/actions/stale-10

Bump actions/stale from 9 to 10
This commit is contained in:
Cody Lee 2025-10-06 13:37:09 -05:00 committed by GitHub
commit 98c93359b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
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 7 days.'
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'