From 26d9b7b5791e0cd7712f40e5b83cd32929cd9207 Mon Sep 17 00:00:00 2001 From: Tomas Kral Date: Wed, 22 Jan 2025 14:39:06 +0100 Subject: [PATCH] chore(ci): update stale settings --- .github/workflows/stale.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 42cca92065..4b300d920b 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-pr-message: 'This PR is stale because it has been open 7 days with no activity.' + stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.' days-before-pr-stale: 7 - days-before-pr-close: -1 - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.' - days-before-issue-stale: 30 - days-before-issue-close: -1 + days-before-pr-close: 21 + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there.' + days-before-issue-stale: 1 + days-before-issue-close: 7