Skip to content

Commit 56efe36

Browse files
kkafaralduzy
authored andcommitted
chore(CI): close stale issues after 2 weeks (#2213)
## Description 1. Aligning with recent move in Reanimated 2. This is purely subjective: stale issues hanging for three weeks is too much ## Changes Changed `days-to-close` from 20 to 14. ## Test code and steps to reproduce N/A ## Checklist N/A
1 parent 7602bcf commit 56efe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
uses: ./close-when-stale
3131
with:
3232
close-when-stale-label: 'Close when stale'
33-
days-to-close: 20
33+
days-to-close: 14

0 commit comments

Comments
 (0)