Merge pull request 'chore: Add stale pipeline' (!253) from stale into main

Reviewed-on: #253
Reviewed-by: Constantin Simonis <constantin@simonis.lol>
This commit is contained in:
Constantin Simonis 2025-06-02 12:15:30 +00:00
commit aa7cf00ebb
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -0,0 +1,14 @@
name: "Close stale issues and PRs"
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: "Will be closed in x days bc yo mom is a bitch. im not telling you when it will be closed fuckface"
days-before-pr-stale: 2
days-before-pr-close: 3