This commit is contained in:
Gerd 2025-08-04 15:13:21 +02:00 committed by GitHub
parent 887c8cf785
commit 01e4eb5295
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ permissions:
actions: write
contents: write
issues: write
pull-requests: write
jobs:
release:
@ -108,11 +109,12 @@ jobs:
- uses: DeMoorJasper/stale@v2.0.1
with:
repo-token: ${{ github.token }}
stale-message: 'This issue has been inactive for 5 days. Please add a comment to keep it open. Otherwise, it will be closed in 2 days.'
days-before-stale: 5
days-before-close: 2
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
dry-run: 'false'
needs: [release, close-issues]
release-cleanup:
runs-on: ubuntu-latest