chore: Add token
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s

This commit is contained in:
Jan K9f 2025-09-15 08:08:40 +02:00
commit 80be6e39ca
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
days-before-stale: 7
stale-pr-message: "This PR will be closed in 7 days due to inactivity. Add a comment or remove the 'Stale' label to keep it open."
days-before-issue-stale: -1