From bf0e0fdbfbf48930a02b631447a3919672631e66 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Tue, 20 May 2025 22:42:24 +0000 Subject: [PATCH] Run stale workflow without debug-only mode --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5f51ae20..8c8b0ddf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,3 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order - debug-only: true # Set to true to test the action without actually closing any PRs