From 046e283dcfd11c436c18ebd4f9fdb2147b64efd1 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 11 Jun 2026 16:33:01 +0200 Subject: [PATCH] ci: do not close stale issues --- .github/workflows/stale-issues.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 8c016875..a7b39f0c 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -1,7 +1,7 @@ -name: 'Close stale issues and PRs' +name: "Close stale issues and PRs" on: schedule: - - cron: '00 10 * * *' + - cron: "00 10 * * *" workflow_dispatch: jobs: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/stale@v9 with: - stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 14 days.' - stale-pr-message: 'This PR is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 14 days.' + stale-issue-message: "This issue is stale because it has been open 120 days with no activity." + stale-pr-message: "This PR is stale because it has been open 120 days with no activity." days-before-stale: 120 - days-before-close: 14 + days-before-close: -1