feat: Add stale pipeline
All checks were successful
Build and Push Docker Image / Build (push) Successful in 23s

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

View file

@ -0,0 +1,16 @@
name: Stale PR Cleanup
on:
workflow_dispatch:
schedule:
- cron: "@hourly"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
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