From 66c838c37433f2968594a3a26d3da4881a30249d Mon Sep 17 00:00:00 2001 From: Will Sarg <12886992+willsarg@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:21:57 -0500 Subject: [PATCH] fix(workflow): reduce STALE_HOURS from 48 to 4 for timely PR nudges (#873) --- .github/workflows/pr-check-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check-status.yml b/.github/workflows/pr-check-status.yml index 83684f9..390a285 100644 --- a/.github/workflows/pr-check-status.yml +++ b/.github/workflows/pr-check-status.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write issues: write env: - STALE_HOURS: "48" + STALE_HOURS: "4" steps: - name: Checkout repository uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4