From e09d9d15dd8516035eb91f0ffe8b9d7cffdacd49 Mon Sep 17 00:00:00 2001 From: alxmcp <215134852+alxmcp@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:37:30 +0300 Subject: [PATCH] ci: Mark issues stale after 30 days and run every Sunday at 00:00 --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 2eee1c7..913a7df 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,7 +1,7 @@ name: "Close Stale Issues" on: schedule: - - cron: "0 0 * * 3" + - cron: "0 0 * * 0" workflow_dispatch: jobs: @@ -20,7 +20,7 @@ jobs:

Спасибо! close-issue-message: "Issue был закрыт из-за отсутствия активности." - days-before-stale: 120 + days-before-stale: 30 days-before-close: 7 operations-per-run: 1000 ascending: true