Skip to content

Commit 00b937b

Browse files
authored
chore: update issue-close.yaml
1 parent fc2c651 commit 00b937b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-close.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)