chore: Remove stale action
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s

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

View file

@ -1,17 +0,0 @@
name: Stale PR Cleanup
on:
workflow_dispatch:
schedule:
- cron: "@hourly"
jobs:
stale:
runs-on: ubuntu-latest
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