From a66062bbcfc947ff16f9e91172dea847a2f0a216 Mon Sep 17 00:00:00 2001 From: Matas Date: Fri, 19 Dec 2025 15:05:24 -0600 Subject: [PATCH] fix: description of stale issues --- .github/workflows/stale_issue.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale_issue.yaml b/.github/workflows/stale_issue.yaml index a739243b685..add1ce4fdf7 100644 --- a/.github/workflows/stale_issue.yaml +++ b/.github/workflows/stale_issue.yaml @@ -22,11 +22,11 @@ jobs: attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to provide a comment or open a new issue. - stale-issue-message: It looks like this issue has not been active for more than 5 days. + stale-issue-message: It looks like this issue has not been active for more than 10 days. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please add a comment to prevent automatic closure, or if the issue is already closed please feel free to reopen it. - stale-pr-message: It looks like this PR has not been active for more than five days. In + stale-pr-message: It looks like this PR has not been active for more than 10 days. In the absence of more information, we will be closing this PR soon. Please add a comment to prevent automatic closure, or if the PR is already closed please feel free to open a new one.