From aa9b346f2b0ab0c822bef917ee7f607d5c99f7bc Mon Sep 17 00:00:00 2001 From: tjex Date: Thu, 24 Oct 2024 12:24:23 +0200 Subject: [PATCH] increase timelimits for github issue triage --- .github/workflows/triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 66d2e20..e75cc4d 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -18,9 +18,9 @@ jobs: steps: - uses: actions/stale@v4 with: - days-before-stale: 30 + days-before-stale: 60 - days-before-issue-close: 5 + days-before-issue-close: 14 stale-issue-label: 'stale' stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.' close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'