Skip to content

Commit 559f81e

Browse files
committed
Update GitHub stale action's timing
To eliminiate a race condition from misconfiguration.
1 parent f75c3cf commit 559f81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-stale-issues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
name: Close issues labeled as needs feedback after 1 week of inactivity
2727
with:
2828
any-of-labels: "Needs: Author Feedback,Needs: Fix Verification,Needs: Repro Info"
29-
days-before-stale: 2
30-
days-before-close: 5
29+
days-before-stale: 7
30+
days-before-close: 0
3131
labels-to-remove-when-stale: "Needs: Maintainer Attention"
3232
labels-to-add-when-unstale: "Needs: Maintainer Attention"
3333
labels-to-remove-when-unstale: "Needs: Author Feedback,Needs: Fix Verification,Needs: Repro Info"

0 commit comments

Comments
 (0)