This commit is contained in:
Gerd 2025-04-22 20:16:41 +02:00 committed by GitHub
parent 14a74e9167
commit 08232cf581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,19 @@ jobs:
applyToAll: true
message: "This issue has been fixed in release [${releaseTag}](${releaseUrl})"
needs: release
stale:
runs-on: ubuntu-latest
steps:
- uses: DeMoorJasper/stale@v2.0.1
with:
repo-token: ${{ github.token }}
stale-message: 'This issue has been inactive for 7 days. Please add a comment to keep it open. Otherwise, it will be closed in 7 days.'
days-before-stale: 7
days-before-close: 7
stale-label: 'no-issue-activity'
needs: release
release-cleanup:
runs-on: ubuntu-latest
steps: