ci: use reusable stale bot workflow (#353)

This commit is contained in:
Jonas L 2023-10-09 11:37:01 +02:00 committed by GitHub
parent 9eab32cf3d
commit f232bfccb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Close stale issues
on:
schedule:
- cron: "30 12 * * *"
jobs:
stale:
permissions:
issues: write
pull-requests: write
uses: hetznercloud/.github/.github/workflows/stale.yml@main