We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7708de7 commit bef1a01Copy full SHA for bef1a01
.github/workflows/discussions.yml
@@ -13,7 +13,8 @@ permissions:
13
env:
14
STALE_DAYS: 1000 # Number of days without updates to consider a discussion stale
15
WARNING_DAYS: 30 # Number of days to wait after warning before closing
16
- WARNING_MESSAGE: |
+ WARNING_MESSAGE:
17
+ | # note: the marker is necessary for the script and should not be removed
18
<!-- stale-discussion-warning -->
19
This discussion has not been updated in over a year and will be closed in 30 days if there is no further activity.
20
0 commit comments