We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832b303 commit b68a9c0Copy full SHA for b68a9c0
.github/workflows/discussions.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read # Required to checkout the repository
11
12
env:
13
- STALE_DAYS: 730 # Number of days without updates to consider a discussion stale (2 years)
+ STALE_DAYS: 550 # Number of days without updates to consider a discussion stale (1.5 years)
14
WARNING_DAYS: 30 # Number of days to wait after warning before closing
15
WARNING_MESSAGE:
16
| # note: the marker is necessary for the script and should not be removed
0 commit comments