File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 - uses : actions/stale@v9
1212 with :
1313 # The number of days old an issue can be before marking it stale.
14- days-before-stale : 21
14+ days-before-stale : 14
1515 # The number of days to wait to close an issue or pull request after it being marked stale.
1616 days-before-close : 7
1717 # The message to post on the issue when tagging it.
1818 stale-issue-message : >
1919 Hello, everyone!
20- The issue has been inactive for 21 days. If there are still questions or comments, please feel free to continue the discussion.
21- Inactive issues will be closed after 7 days !
20+ The issue has been inactive for 14 days. If there are still questions or comments, please feel free to continue the discussion.
21+ Inactive issues will be closed after 7 day !
2222 # The message to post on the issue when closing it. If none provided, will not comment when closing an issue.
2323 close-issue-message : >
2424 Hello, everyone!
You can’t perform that action at this time.
0 commit comments