diff --git a/.gitea/workflows/stale.yml b/.gitea/workflows/stale.yml index c3a3d2f..4017ee3 100644 --- a/.gitea/workflows/stale.yml +++ b/.gitea/workflows/stale.yml @@ -9,5 +9,6 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-issue-message: "Message to comment on stale issues. If none provided, will not mark issues stale" - stale-pr-message: "Message to comment on stale PRs. If none provided, will not mark PRs stale" + stale-pr-message: "Will be closed in 3 days bc yo mom is a bitch" + days-before-pr-stale: 2 + days-before-pr-close: 3