Merge pull request #3945 from Flow-Launcher/dependabot/github_actions/actions/stale-10

Bump actions/stale from 9 to 10
This commit is contained in:
Jack Ye 2025-09-05 19:34:43 +08:00 committed by GitHub
commit 430216a345
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
stale-issue-message: 'This issue is stale because it has been open ${{ env.days-before-stale }} days with no activity. Remove stale label or comment or this will be closed in ${{ env.days-before-stale }} days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\n${{ env.exempt-issue-labels }}'
days-before-stale: ${{ env.days-before-stale }}