From c4eab501d4c2dc9959bc6923811315d68fa601bb Mon Sep 17 00:00:00 2001 From: Matthew Coleman Date: Mon, 15 Sep 2025 10:42:31 -0400 Subject: [PATCH] feat: turn stale issue management on --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index e799c3b..d3c9df5 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -18,4 +18,4 @@ jobs: stale-issue-message: "Issues with no activity for 30 days are marked stale and subject to being closed." close-issue-message: "This issue has been closed for inactivity. Please re-open if this was a mistake." stale-issue-label: "lifecycle/stale" - debug-only: true # TODO for testing + debug-only: false # Set this to 'true' to disable stale issue management