Skip to content

Commit b68a9c0

Browse files
authored
decrease stale timeout to 1.5 years (#468)
1 parent 832b303 commit b68a9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discussions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read # Required to checkout the repository
1111

1212
env:
13-
STALE_DAYS: 730 # Number of days without updates to consider a discussion stale (2 years)
13+
STALE_DAYS: 550 # Number of days without updates to consider a discussion stale (1.5 years)
1414
WARNING_DAYS: 30 # Number of days to wait after warning before closing
1515
WARNING_MESSAGE:
1616
| # note: the marker is necessary for the script and should not be removed

0 commit comments

Comments
 (0)