fix(workflow): reduce STALE_HOURS from 48 to 4 for timely PR nudges (#873)
This commit is contained in:
parent
8f7d879fd5
commit
66c838c374
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check-status.yml
vendored
2
.github/workflows/pr-check-status.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue