fix(workflow): reduce STALE_HOURS from 48 to 4 for timely PR nudges (#873)

This commit is contained in:
Will Sarg 2026-02-18 22:21:57 -05:00 committed by GitHub
parent 8f7d879fd5
commit 66c838c374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
pull-requests: write pull-requests: write
issues: write issues: write
env: env:
STALE_HOURS: "48" STALE_HOURS: "4"
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4