diff --git a/.gitea/workflows/stale.yml b/.gitea/workflows/stale.yml index 4017ee3..c3a3d2f 100644 --- a/.gitea/workflows/stale.yml +++ b/.gitea/workflows/stale.yml @@ -9,6 +9,5 @@ jobs: steps: - uses: actions/stale@v9 with: - 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 + 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"